SecurityIdentifierElement 构造函数
定义
初始化 SecurityIdentifierElement 类的新实例。Initializes a new instance of the SecurityIdentifierElement class.
重载
| SecurityIdentifierElement() |
初始化 SecurityIdentifierElement 类的新实例。Initializes a new instance of the SecurityIdentifierElement class. |
| SecurityIdentifierElement(SecurityIdentifier) |
使用指定的安全标识符初始化 SecurityIdentifierElement 类的新实例。Initializes a new instance of the SecurityIdentifierElement class wit the specified security identifier. |
SecurityIdentifierElement()
初始化 SecurityIdentifierElement 类的新实例。Initializes a new instance of the SecurityIdentifierElement class.
public:
SecurityIdentifierElement();
public SecurityIdentifierElement ();
Public Sub New ()
适用于
SecurityIdentifierElement(SecurityIdentifier)
使用指定的安全标识符初始化 SecurityIdentifierElement 类的新实例。Initializes a new instance of the SecurityIdentifierElement class wit the specified security identifier.
public:
SecurityIdentifierElement(System::Security::Principal::SecurityIdentifier ^ sid);
public SecurityIdentifierElement (System.Security.Principal.SecurityIdentifier sid);
new System.ServiceModel.Activation.Configuration.SecurityIdentifierElement : System.Security.Principal.SecurityIdentifier -> System.ServiceModel.Activation.Configuration.SecurityIdentifierElement
Public Sub New (sid As SecurityIdentifier)
参数
安全标识符。A security identifier.