Поделиться через


SamlSecurityTokenHandler.CreateXmlStringFromAttributes Метод

Определение

Создает форматированную строку XML на основе коллекции атрибутов SAML 1.1, представляющих субъект.

protected:
 virtual System::String ^ CreateXmlStringFromAttributes(System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SamlAttribute ^> ^ attributes);
protected virtual string CreateXmlStringFromAttributes (System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlAttribute> attributes);
abstract member CreateXmlStringFromAttributes : seq<System.IdentityModel.Tokens.SamlAttribute> -> string
override this.CreateXmlStringFromAttributes : seq<System.IdentityModel.Tokens.SamlAttribute> -> string
Protected Overridable Function CreateXmlStringFromAttributes (attributes As IEnumerable(Of SamlAttribute)) As String

Параметры

attributes
IEnumerable<SamlAttribute>

Перечисление типа SamlAttribute, содержащее атрибуты.

Возвращаемое значение

Строка XML с правильным форматом, построенная с помощью атрибутов.

Комментарии

Строка имеет вид "<Actor Attribute name, ns><AttributeValue>...<></AttributeValue>, ...</Attribute>...</Actor>"

Применяется к