Saml2AttributeStatement 클래스

정의

[Saml2Core, 2.7.3]에 지정된 AttributeStatement 요소를 나타냅니다.

public ref class Saml2AttributeStatement : System::IdentityModel::Tokens::Saml2Statement
public class Saml2AttributeStatement : System.IdentityModel.Tokens.Saml2Statement
type Saml2AttributeStatement = class
    inherit Saml2Statement
Public Class Saml2AttributeStatement
Inherits Saml2Statement
상속
Saml2AttributeStatement

설명

이 클래스가 나타내는 요소에 대 한 자세한 내용은 SAML V2.0 핵심 사양을 참조 하세요.

생성자

Saml2AttributeStatement()

특성을 사용하지 않고 Saml2AttributeStatement 클래스의 새 인스턴스를 초기화합니다.

Saml2AttributeStatement(IEnumerable<Saml2Attribute>)

Saml2AttributeStatement 클래스의 새 인스턴스를 초기화합니다.

Saml2AttributeStatement(Saml2Attribute)

Saml2AttributeStatement 클래스의 새 인스턴스를 초기화합니다.

속성

Attributes

특성 설명에 포함된 특성의 컬렉션을 가져옵니다. 이러한 특성은 어설션 주체와 연결되어 있습니다. [Saml2Core, 2.7.3]

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상