SecurityIdentifier.IsWellKnown(WellKnownSidType) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve um valor que indica se o SecurityIdentifier objeto corresponde ao tipo de identificador de segurança conhecido (SID) especificado.
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
Parâmetros
- type
- WellKnownSidType
Um valor para comparar com o SecurityIdentifier objeto.
Devoluções
true se type for o tipo SID para o SecurityIdentifier objeto; caso contrário, false.