SecurityIdentifier.IsAccountSid Méthode

Définition

Retourne une valeur qui indique si l'identificateur de sécurité (SID) représenté par cet objet SecurityIdentifier est un SID de compte Windows valide.

public:
 bool IsAccountSid();
public bool IsAccountSid ();
member this.IsAccountSid : unit -> bool
Public Function IsAccountSid () As Boolean

Retours

true si le SID représenté par cet objet SecurityIdentifier est un SID de compte Windows valide ; sinon, false.

S’applique à