IdentityHelper.CreateWindowsDescriptor Method (SecurityIdentifier)

See overload.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'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

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
Returns IdentityDescriptor.

.NET Framework Security

See Also

Reference

IdentityHelper Class

CreateWindowsDescriptor Overload

Microsoft.TeamFoundation.Framework.Server Namespace