RelyingPartyIdentityProvider.CreateRelyingPartyIdentityProvider (Método)
Cree un nuevo objeto de RelyingPartyIdentityProvider.
Espacio de nombres: Microsoft.TeamFoundation.Framework.Server.AccessControl
Ensamblado: Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxis
'Declaración
Public Shared Function CreateRelyingPartyIdentityProvider ( _
ID As Long, _
identityProviderId As Long, _
relyingPartyId As Long, _
systemReserved As Boolean _
) As RelyingPartyIdentityProvider
public static RelyingPartyIdentityProvider CreateRelyingPartyIdentityProvider(
long ID,
long identityProviderId,
long relyingPartyId,
bool systemReserved
)
Parámetros
- ID
Tipo: System.Int64
Valor inicial de identificación
- identityProviderId
Tipo: System.Int64
Valor inicial de IdentityProviderId.
- relyingPartyId
Tipo: System.Int64
Valor inicial de RelyingPartyId.
- systemReserved
Tipo: System.Boolean
Valor inicial de SystemReserved.
Valor devuelto
Tipo: Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyIdentityProvider
Devuelva RelyingPartyIdentityProvider.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
RelyingPartyIdentityProvider Clase
Microsoft.TeamFoundation.Framework.Server.AccessControl (Espacio de nombres)