SamlSecurityTokenHandler.CreateStatements(SecurityTokenDescriptor) Metoda

Definicja

Tworzy instrukcje SAML 1.1, które mają zostać uwzględnione w asercji.

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)

Parametry

tokenDescriptor
SecurityTokenDescriptor

Deskryptor tokenu, z którego mają zostać utworzone instrukcje.

Zwraca

Wyliczenie SamlStatement , które zawiera instrukcje .

Wyjątki

tokenDescriptor to null.

Uwagi

Instrukcje nie są wymagane w asercji SAML 1.1. Ta metoda może zwrócić pustą kolekcję.

Dotyczy