Método IdentityProviderClaimType.CreateIdentityProviderClaimType
Crie um novo objeto de IdentityProviderClaimType.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Shared Function CreateIdentityProviderClaimType ( _
ID As Long, _
claimTypeId As Long, _
identityProviderId As Long, _
systemReserved As Boolean _
) As IdentityProviderClaimType
public static IdentityProviderClaimType CreateIdentityProviderClaimType(
long ID,
long claimTypeId,
long identityProviderId,
bool systemReserved
)
Parâmetros
- ID
Tipo: System.Int64
Valor inicial de Id.
- claimTypeId
Tipo: System.Int64
Valor inicial de ClaimTypeId.
- identityProviderId
Tipo: System.Int64
Valor inicial de IdentityProviderId.
- systemReserved
Tipo: System.Boolean
Valor inicial de SystemReserved.
Valor de retorno
Tipo: Microsoft.TeamFoundation.Framework.Server.AccessControl.IdentityProviderClaimType
Retorna IdentityProviderClaimType.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
IdentityProviderClaimType Classe
Namespace Microsoft.TeamFoundation.Framework.Server.AccessControl