Saml2SecurityTokenHandler.CreateXmlStringFromAttributes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從表示行動之 SAML 2.0 屬性的集合中建置 XML 格式化字串。
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>”