WindowsIdentity.Owner 属性

定义

获取标记所有者的安全标识符 (SID)。

C#
public System.Security.Principal.SecurityIdentifier? Owner { get; }
C#
public System.Security.Principal.SecurityIdentifier Owner { get; }
C#
[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.Principal.SecurityIdentifier Owner { get; }

属性值

标记所有者的对象。

属性

示例

下面的代码示例演示如何使用 Owner 属性来显示令牌所有者的安全标识符。 此代码示例是为 类提供的更大示例的 WindowsIdentity 一部分

C#
// Display the SID for the owner.
Console.Write("The SID for the owner is : ");
SecurityIdentifier si = windowsIdentity.Owner;
Console.WriteLine(si.ToString());

注解

SID 在所有 Windows NT 实现上唯一标识用户或组。 返回的 SID 标识将应用于新创建的对象的默认所有者 SID。

适用于

产品 版本
.NET Core 1.0, Core 1.1, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5