SamlSecurityTokenHandler.CreateStatements(SecurityTokenDescriptor) Metodo

Definizione

Crea istruzioni SAML 1.1 da includere nell'asserzione.

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)

Parametri

tokenDescriptor
SecurityTokenDescriptor

Descrittore del token da cui creare le istruzioni.

Restituisce

Enumerazione di SamlStatement che contiene le istruzioni.

Eccezioni

tokenDescriptor è null.

Commenti

Le istruzioni non sono necessarie in un'asserzione SAML 1.1. Questo metodo può restituire una raccolta vuota.

Si applica a