SecurityIdentifier.IsAccountSid Método
Definição
Retorna um valor que indica se o SID (identificador de segurança) representado por este objeto SecurityIdentifier é um SID de conta do Windows válido.Returns a value that indicates whether the security identifier (SID) represented by this SecurityIdentifier object is a valid Windows account SID.
public:
bool IsAccountSid();
public bool IsAccountSid ();
member this.IsAccountSid : unit -> bool
Public Function IsAccountSid () As Boolean
Retornos
true se o SID representado por este objeto SecurityIdentifier for uma conta do Windows válida do SID; caso contrário, false.true if the SID represented by this SecurityIdentifier object is a valid Windows account SID; otherwise, false.