Aracılığıyla paylaş


Saml2SecurityTokenHandler.CreateXmlStringFromAttributes Yöntem

Tanım

Aktörü temsil eden SAML 2.0 öznitelikleri koleksiyonundan XML biçimli bir dize oluşturur.

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

Parametreler

attributes
IEnumerable<Saml2Attribute>

Öznitelikleri içeren tür Saml2Attribute sabit listesi.

Döndürülenler

Öznitelikler kullanılarak oluşturulmuş iyi biçimlendirilmiş bir XML dizesi.

Açıklamalar

Dize ,"<Aktör><Özniteliği adı, ns><AttributeValue>... biçimindedir.</AttributeValue>, ...</Attribute>...</Actor>"

Şunlara uygulanır