Compartilhar via


Método ISecurityService.CreateSecurityNamespace

Cria um SecurityNamespace que é baseado fora de informações fornecidas.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (em Microsoft.TeamFoundation.Client.dll)

Sintaxe

'Declaração
Function CreateSecurityNamespace ( _
    description As SecurityNamespaceDescription _
) As SecurityNamespace
SecurityNamespace CreateSecurityNamespace(
    SecurityNamespaceDescription description
)

Parâmetros

Valor de retorno

Tipo: Microsoft.TeamFoundation.Framework.Client.SecurityNamespace

Exceções

Exceção Condição
InvalidSecurityNamespaceDescriptionException

Lançada se o SecurityNamespaceDescription não passa a validação por algum motivo.

SecurityNamespaceAlreadyExistsException

Lançada se um SecurityNamespace já existe com identificação de descrição em passada.

Segurança do .NET Framework

Consulte também

Referência

ISecurityService Interface

Namespace Microsoft.TeamFoundation.Framework.Client