Método RelyingPartyKey.CreateRelyingPartyKey
Crie um novo objeto de RelyingPartyKey.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Shared Function CreateRelyingPartyKey ( _
ID As Long, _
relyingPartyId As Long, _
isPrimary As Boolean, _
systemReserved As Boolean, _
startDate As DateTime, _
endDate As DateTime _
) As RelyingPartyKey
public static RelyingPartyKey CreateRelyingPartyKey(
long ID,
long relyingPartyId,
bool isPrimary,
bool systemReserved,
DateTime startDate,
DateTime endDate
)
Parâmetros
- ID
Tipo: System.Int64
Valor inicial de Id.
- relyingPartyId
Tipo: System.Int64
Valor inicial de RelyingPartyId.
- isPrimary
Tipo: System.Boolean
Valor inicial de IsPrimary.
- systemReserved
Tipo: System.Boolean
Valor inicial de SystemReserved.
- startDate
Tipo: System.DateTime
Valor inicial de StartDate.
- endDate
Tipo: System.DateTime
Valor inicial de EndDate.
Valor de retorno
Tipo: Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyKey
Retorna RelyingPartyKey.
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