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
)
參數
- binarySid
類型:array<System.Byte[]
- revision
類型:System.Int32%
- authority
類型:System.UInt64%
傳回值
類型:array<System.UInt32[]
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。