SecurityConverter.Convert Method (AceExtendedInformation)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function Convert ( _
vssAceExtendedInfo As AceExtendedInformation _
) As AceExtendedInformation
public static AceExtendedInformation Convert(
AceExtendedInformation vssAceExtendedInfo
)
public:
static AceExtendedInformation^ Convert(
AceExtendedInformation^ vssAceExtendedInfo
)
static member Convert :
vssAceExtendedInfo:AceExtendedInformation -> AceExtendedInformation
public static function Convert(
vssAceExtendedInfo : AceExtendedInformation
) : AceExtendedInformation
Parameters
- vssAceExtendedInfo
Type: Microsoft.VisualStudio.Services.Security.AceExtendedInformation
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.AceExtendedInformation
Returns AceExtendedInformation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.