SamlSecurityTokenHandler.WriteAttributeValue 메서드

정의

saml:Attribute 값을 씁니다.

protected:
 virtual void WriteAttributeValue(System::Xml::XmlWriter ^ writer, System::String ^ value, System::IdentityModel::Tokens::SamlAttribute ^ attribute);
protected virtual void WriteAttributeValue(System.Xml.XmlWriter writer, string value, System.IdentityModel.Tokens.SamlAttribute attribute);
abstract member WriteAttributeValue : System.Xml.XmlWriter * string * System.IdentityModel.Tokens.SamlAttribute -> unit
override this.WriteAttributeValue : System.Xml.XmlWriter * string * System.IdentityModel.Tokens.SamlAttribute -> unit
Protected Overridable Sub WriteAttributeValue (writer As XmlWriter, value As String, attribute As SamlAttribute)

매개 변수

writer
XmlWriter

XmlWriter 쓸 작업입니다.

value
String

쓸 특성 값이 들어 있는 문자열입니다.

attribute
SamlAttribute

값을 쓰는 특성을 나타내는 A SamlAttribute 입니다.

예외

writernull입니다.

설명

기본적으로 메서드는 값을 문자열로 씁니다.

적용 대상