共用方式為


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 命名空間