Share via


SidIdentityHelper.GetSidRid Method

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

Syntax

'Declaration
Public Shared Function GetSidRid ( _
    binarySid As Byte() _
) As UInteger
public static uint GetSidRid(
    byte[] binarySid
)
public:
static unsigned int GetSidRid(
    array<unsigned char>^ binarySid
)
static member GetSidRid : 
        binarySid:byte[] -> uint32
public static function GetSidRid(
    binarySid : byte[]
) : uint

Parameters

Return Value

Type: System.UInt32
Returns UInt32.

.NET Framework Security

See Also

Reference

SidIdentityHelper Class

Microsoft.TeamFoundation.Framework.Common Namespace