SecurityIdentifier.IsAccountSid Metoda

Definicja

Zwraca wartość wskazującą, czy identyfikator zabezpieczeń (SID) reprezentowany przez ten SecurityIdentifier obiekt jest prawidłowym identyfikatorem SID konta systemu Windows.

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

Zwraca

truejeśli identyfikator SID reprezentowany przez ten SecurityIdentifier obiekt jest prawidłowym identyfikatorem SID konta systemu Windows; w przeciwnym razie . false

Dotyczy