Saml2SecurityTokenHandler.ReadAttributeValue 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
读取特性值。
protected:
virtual System::String ^ ReadAttributeValue(System::Xml::XmlReader ^ reader, System::IdentityModel::Tokens::Saml2Attribute ^ attribute);
protected virtual string ReadAttributeValue (System.Xml.XmlReader reader, System.IdentityModel.Tokens.Saml2Attribute attribute);
abstract member ReadAttributeValue : System.Xml.XmlReader * System.IdentityModel.Tokens.Saml2Attribute -> string
override this.ReadAttributeValue : System.Xml.XmlReader * System.IdentityModel.Tokens.Saml2Attribute -> string
Protected Overridable Function ReadAttributeValue (reader As XmlReader, attribute As Saml2Attribute) As String
参数
- attribute
- Saml2Attribute
正被读取的属性。
返回
包含特性值的字符串。
例外
reader
为 null
。