IdentityHelper.CreateWindowsDescriptor Method (SecurityIdentifier)
See overload.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
'Declaration
Public Shared Function CreateWindowsDescriptor ( _
securityId As SecurityIdentifier _
) As IdentityDescriptor
public static IdentityDescriptor CreateWindowsDescriptor(
SecurityIdentifier securityId
)
public:
static IdentityDescriptor^ CreateWindowsDescriptor(
SecurityIdentifier^ securityId
)
static member CreateWindowsDescriptor :
securityId:SecurityIdentifier -> IdentityDescriptor
public static function CreateWindowsDescriptor(
securityId : SecurityIdentifier
) : IdentityDescriptor
- securityId
Type: System.Security.Principal.SecurityIdentifier
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Returns IdentityDescriptor.
- 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.