This documentation is archived and is not being maintained.
IdentityHelper::CreateWindowsDescriptor Method (SecurityIdentifier)
Visual Studio 2013
Creates a Windows identity descriptor from the specified SID.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: static IdentityDescriptor^ CreateWindowsDescriptor( SecurityIdentifier^ securityId )
Parameters
- securityId
- Type: System.Security.Principal::SecurityIdentifier
The SID for which a Windows identity descriptor is desired.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptorA Windows identity descriptor.
- 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.
Show: