Saml2AuthenticationStatement 클래스

정의

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

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

설명

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

생성자

Saml2AuthenticationStatement(Saml2AuthenticationContext)

지정된 인증 컨텍스트 및 현재 시간을 인증 인스턴트로서 사용하여 Saml2AuthenticationStatement 클래스의 새 인스턴스를 초기화합니다.

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

지정한 인증 컨텍스트 및 인증 시간을 사용하여 Saml2AuthenticationStatement 클래스의 새 인스턴스를 초기화합니다.

속성

AuthenticationContext

이 문을 생성한 인증 이벤트까지 포함하여 인증 기관에서 사용하는 컨텍스트를 가져오거나 설정합니다. [Saml2Core, 2.7.2]

AuthenticationInstant

인증이 발생하는 시간을 가져오거나 설정합니다. [Saml2Core, 2.7.2]

SessionIndex

주체에 의해 식별되는 보안 주체와 인증 기관 간의 특정 세션에 대한 인덱스를 가져오거나 설정합니다. [Saml2Core, 2.7.2]

SessionNotOnOrAfter

주체에 의해 식별된 보안 주체와 이 문을 발행하는 SAML 기관 간의 세션이 종료된 것으로 간주되어야 하는 시간을 가져오거나 설정합니다. [Saml2Core, 2.7.2]

SubjectLocality

어설션 주체가 분명하게 인증되는 시스템의 DNS 도메인 이름과 IP 주소를 가져오거나 설정합니다. [Saml2Core, 2.7.2]

메서드

Equals(Object)

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상