Share via


SecurityIdentifier.IsWellKnown(WellKnownSidType) Yöntem

Tanım

Nesnenin SecurityIdentifier belirtilen iyi bilinen güvenlik tanımlayıcısı (SID) türüyle eşleşip eşleşmediğini belirten bir değer döndürür.

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

Parametreler

type
WellKnownSidType

Nesnesiyle SecurityIdentifier karşılaştıracak bir değer.

Döndürülenler

true nesnenin SID türüyse typeSecurityIdentifier ; değilse, false.

Şunlara uygulanır