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 ( _
aceExtendedInfo As AceExtendedInformation _
) As AceExtendedInformation
public static AceExtendedInformation Convert(
AceExtendedInformation aceExtendedInfo
)
public:
static AceExtendedInformation^ Convert(
AceExtendedInformation^ aceExtendedInfo
)
static member Convert :
aceExtendedInfo:AceExtendedInformation -> AceExtendedInformation
public static function Convert(
aceExtendedInfo : AceExtendedInformation
) : AceExtendedInformation
Parameters
- aceExtendedInfo
Type: Microsoft.TeamFoundation.Framework.Server.AceExtendedInformation
Return Value
Type: Microsoft.VisualStudio.Services.Security.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.