パートにバイナリ 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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。