共用方式為


SidIdentityHelper.DecodeSid 方法

將二進位 SID 為其組件。

這個轉換的程式碼來自 [SecurityIdentifier] 物件。

命名空間:  Microsoft.TeamFoundation.Framework.Common
組件:  Microsoft.TeamFoundation.Common (在 Microsoft.TeamFoundation.Common.dll 中)

語法

'宣告
Public Shared Function DecodeSid ( _
    binarySid As Byte(), _
    <OutAttribute> ByRef revision As Integer, _
    <OutAttribute> ByRef authority As ULong _
) As UInteger()
public static uint[] DecodeSid(
    byte[] binarySid,
    out int revision,
    out ulong authority
)

參數

傳回值

型別:array<System.UInt32[]

.NET Framework 安全性

請參閱

參考

SidIdentityHelper 類別

Microsoft.TeamFoundation.Framework.Common 命名空間