SamlSecurityTokenHandler.CreateStatements(SecurityTokenDescriptor) Méthode

Définition

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.

S’applique à