SidIdentityHelper.DecodeSid 方法
转换为二进制应为其部件。
此转换的代码来自 [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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。