Udostępnij za pośrednictwem


Saml2SecurityTokenHandler.CreateStatements(SecurityTokenDescriptor) Metoda

Definicja

Tworzy instrukcje SAML 2.0 do ujęć w asercji.

protected:
 virtual System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::Saml2Statement ^> ^ CreateStatements(System::IdentityModel::Tokens::SecurityTokenDescriptor ^ tokenDescriptor);
protected virtual System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.Saml2Statement> CreateStatements (System.IdentityModel.Tokens.SecurityTokenDescriptor tokenDescriptor);
abstract member CreateStatements : System.IdentityModel.Tokens.SecurityTokenDescriptor -> seq<System.IdentityModel.Tokens.Saml2Statement>
override this.CreateStatements : System.IdentityModel.Tokens.SecurityTokenDescriptor -> seq<System.IdentityModel.Tokens.Saml2Statement>
Protected Overridable Function CreateStatements (tokenDescriptor As SecurityTokenDescriptor) As IEnumerable(Of Saml2Statement)

Parametry

tokenDescriptor
SecurityTokenDescriptor

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

Zwraca

Wyliczenie Saml2Statement zawiera instrukcje .

Wyjątki

tokenDescriptor to null.

Uwagi

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

Dotyczy