IdentityReferenceCollection.Remove(IdentityReference) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Remove o objeto IdentityReference especificado da coleção.
public:
virtual bool Remove(System::Security::Principal::IdentityReference ^ identity);
public bool Remove (System.Security.Principal.IdentityReference identity);
abstract member Remove : System.Security.Principal.IdentityReference -> bool
override this.Remove : System.Security.Principal.IdentityReference -> bool
Public Function Remove (identity As IdentityReference) As Boolean
Parâmetros
- identity
- IdentityReference
O objeto IdentityReference a ser removido.
Retornos
true
se o objeto especificado foi removido da coleção.
Implementações
Exceções
identity
é null
.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.