SPTrustedSecurityTokenServiceCollection.Add - Méthode
Ajoute newObj à la collection.
Espace de noms : Microsoft.SharePoint.Administration.Claims
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overrides Function Add ( _
newObj As SPTrustedSecurityTokenService _
) As SPTrustedSecurityTokenService
'Utilisation
Dim instance As SPTrustedSecurityTokenServiceCollection
Dim newObj As SPTrustedSecurityTokenService
Dim returnValue As SPTrustedSecurityTokenService
returnValue = instance.Add(newObj)
public override SPTrustedSecurityTokenService Add(
SPTrustedSecurityTokenService newObj
)
Paramètres
Valeur renvoyée
Type : Microsoft.SharePoint.Administration.Claims.SPTrustedSecurityTokenService
Remarques
Permet de s'assurer qu'il n'y a pas de IdentityTokenIssuers ou TrustedSecurityTokenServices avec le même nom
Voir aussi
Référence
SPTrustedSecurityTokenServiceCollection classe