SecurityIdentifierElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SecurityIdentifierElement.

Przeciążenia

SecurityIdentifierElement()

Inicjuje nowe wystąpienie klasy SecurityIdentifierElement.

SecurityIdentifierElement(SecurityIdentifier)

Inicjuje nowe wystąpienie SecurityIdentifierElement klasy do określonego identyfikatora zabezpieczeń.

SecurityIdentifierElement()

Inicjuje nowe wystąpienie klasy SecurityIdentifierElement.

public:
 SecurityIdentifierElement();
public SecurityIdentifierElement ();
Public Sub New ()

Dotyczy

SecurityIdentifierElement(SecurityIdentifier)

Inicjuje nowe wystąpienie SecurityIdentifierElement klasy do określonego identyfikatora zabezpieczeń.

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)

Parametry

sid
SecurityIdentifier

Identyfikator zabezpieczeń.

Dotyczy