Método RelyingParty.CreateRelyingParty
Crie um novo objeto de RelyingParty.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Shared Function CreateRelyingParty ( _
ID As Long, _
tokenLifetime As Integer, _
asymmetricTokenEncryptionRequired As Boolean, _
systemReserved As Boolean _
) As RelyingParty
public static RelyingParty CreateRelyingParty(
long ID,
int tokenLifetime,
bool asymmetricTokenEncryptionRequired,
bool systemReserved
)
Parâmetros
- ID
Tipo: System.Int64
Valor inicial de Id.
- tokenLifetime
Tipo: System.Int32
Valor inicial de TokenLifetime.
- asymmetricTokenEncryptionRequired
Tipo: System.Boolean
Valor inicial de AsymmetricTokenEncryptionRequired.
- systemReserved
Tipo: System.Boolean
Valor inicial de SystemReserved.
Valor de retorno
Tipo: Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingParty
Retorna RelyingParty.
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
Namespace Microsoft.TeamFoundation.Framework.Server.AccessControl