SidIdentityHelper.ConstructWellKnownSid Method
Construct well-known Team Foundation identifier.
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function ConstructWellKnownSid ( _
sidPoolId As UInteger, _
specificSidNumber As UInteger _
) As String
public static string ConstructWellKnownSid(
uint sidPoolId,
uint specificSidNumber
)
public:
static String^ ConstructWellKnownSid(
unsigned int sidPoolId,
unsigned int specificSidNumber
)
static member ConstructWellKnownSid :
sidPoolId:uint32 *
specificSidNumber:uint32 -> string
public static function ConstructWellKnownSid(
sidPoolId : uint,
specificSidNumber : uint
) : String
Parameters
- sidPoolId
Type: System.UInt32
- specificSidNumber
Type: System.UInt32
Return Value
Type: System.String
Returns String.
.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.