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


Saml2SecurityTokenHandler.CreateXmlStringFromAttributes Метод

Определение

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

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

Параметры

attributes
IEnumerable<Saml2Attribute>

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

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

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

Комментарии

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

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