SidIdentityHelper.GetSidRid Method
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Dichiarazione
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
- binarySid
Type: array<System.Byte[]
Return Value
Type: System.UInt32
.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.