RelyingParty.CreateRelyingParty, méthode
Créez un objet de RelyingParty.
Espace de noms : Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- ID
Type : System.Int64
Valeur initiale d'identification
- tokenLifetime
Type : System.Int32
Valeur initiale de TokenLifetime.
- asymmetricTokenEncryptionRequired
Type : System.Boolean
Valeur initiale d'AsymmetricTokenEncryptionRequired.
- systemReserved
Type : System.Boolean
Valeur initiale de SystemReserved.
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingParty
retourne RelyingParty ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.Framework.Server.AccessControl, espace de noms