Sdílet prostřednictvím


SecurityIdentifier.IsWellKnown(WellKnownSidType) Metoda

Definice

Vrátí hodnotu, která označuje, zda SecurityIdentifier objekt odpovídá zadanému dobře známému typu identifikátoru zabezpečení (SID).

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

Parametry

type
WellKnownSidType

Hodnota, která se má porovnat s objektem SecurityIdentifier .

Návraty

true if type je typ SID objektu SecurityIdentifier , jinak falsehodnota .

Platí pro