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
)

参数

返回值

类型:array<System.UInt32[]

.NET Framework 安全性

请参见

参考

SidIdentityHelper 类

Microsoft.TeamFoundation.Framework.Common 命名空间