Saml2SecurityTokenHandler.ReadAttribute(XmlReader) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
<saml:Attribute> 요소를 읽습니다.
protected:
virtual System::IdentityModel::Tokens::Saml2Attribute ^ ReadAttribute(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2Attribute ReadAttribute (System.Xml.XmlReader reader);
abstract member ReadAttribute : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Attribute
override this.ReadAttribute : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Attribute
Protected Overridable Function ReadAttribute (reader As XmlReader) As Saml2Attribute
매개 변수
반환
읽은 Assertion 요소를 나타내는 Saml2Assertion입니다.
예외
reader이(가) null인 경우
설명
기본 구현 하려면 간단한 문자열을 특성 요소의 내용에 있어야 합니다. 복합 콘텐츠 또는 xs: string 이외의 선언 된 단순 유형의 콘텐츠를 처리 하려면이 메서드를 재정의 합니다.