SecurityIdentifier.IsWellKnown(WellKnownSidType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur qui indique si l'objet SecurityIdentifier correspond au type d'identificateur de sécurité (SID) connu spécifié.
public:
bool IsWellKnown(System::Security::Principal::WellKnownSidType type);
public bool IsWellKnown (System.Security.Principal.WellKnownSidType type);
member this.IsWellKnown : System.Security.Principal.WellKnownSidType -> bool
Public Function IsWellKnown (type As WellKnownSidType) As Boolean
Paramètres
- type
- WellKnownSidType
Valeur à comparer avec l'objet SecurityIdentifier.
Retours
true
si type
est le type de SID pour l'objet SecurityIdentifier ; sinon, false
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.