SamlSecurityTokenHandler.CreateStatements(SecurityTokenDescriptor) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée des instructions SAML 1.1 à inclure dans l’assertion.
protected:
virtual System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SamlStatement ^> ^ CreateStatements(System::IdentityModel::Tokens::SecurityTokenDescriptor ^ tokenDescriptor);
protected virtual System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlStatement> CreateStatements (System.IdentityModel.Tokens.SecurityTokenDescriptor tokenDescriptor);
abstract member CreateStatements : System.IdentityModel.Tokens.SecurityTokenDescriptor -> seq<System.IdentityModel.Tokens.SamlStatement>
override this.CreateStatements : System.IdentityModel.Tokens.SecurityTokenDescriptor -> seq<System.IdentityModel.Tokens.SamlStatement>
Protected Overridable Function CreateStatements (tokenDescriptor As SecurityTokenDescriptor) As IEnumerable(Of SamlStatement)
Paramètres
- tokenDescriptor
- SecurityTokenDescriptor
Descripteur de jeton à partir duquel créer les instructions.
Retours
Énumération de SamlStatement qui contient les instructions.
Exceptions
tokenDescriptor
a la valeur null
.
Remarques
Les instructions ne sont pas obligatoires dans une assertion SAML 1.1. Cette méthode peut retourner une collection vide.