SecurityIdentifier.Value Propriété

Définition

Retourne une chaîne SDDL (Security Descriptor Definition Language) en majuscules pour l'identificateur de sécurité (SID) représenté par cet objet SecurityIdentifier.

public:
 virtual property System::String ^ Value { System::String ^ get(); };
public override string Value { get; }
member this.Value : string
Public Overrides ReadOnly Property Value As String

Valeur de propriété

String

Chaîne SDDL en majuscules pour le SID représenté par l'objet SecurityIdentifier.

S’applique à