SamlSecurityTokenHandler.CreateStatements(SecurityTokenDescriptor) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Cria instruções SAML 1.1 para serem incluídas na afirmação.
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)
Parâmetros
- tokenDescriptor
- SecurityTokenDescriptor
O descritor do token a partir do qual criar as declarações.
Devoluções
Uma enumeração de SamlStatement isso contém as afirmações.
Exceções
tokenDescriptor é null.
Observações
Instruções não são exigidas numa asserção SAML 1.1. Este método pode devolver uma coleção vazia.