Share via


SamlAuthenticationStatement 클래스

정의

특정 시간에 특정 수단으로 주체가 인증되었음을 어설션하는 SamlSecurityToken 보안 토큰의 클레임을 나타냅니다.

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

설명

SamlSecurityToken 보안 토큰은 주체가 인증된 시기를 지정할 수 있는 SAML 어설션을 사용하여 클레임을 지정합니다. SAML 어설션의 클레임은 SAML 설명으로 표현됩니다. SAML 사양에서는 일련의 SAML 설명 형식을 정의하며 그 중 하나가 SamlAuthenticationStatement입니다. 는 SamlAuthenticationStatement 문의 주체가 특정 시간에 특정 수단에 의해 인증되었다고 주장합니다.

생성자

SamlAuthenticationStatement()

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

SamlAuthenticationStatement(SamlSubject, String, DateTime, String, String, IEnumerable<SamlAuthorityBinding>)

지정된 인증 정보를 사용하여 SamlAuthenticationStatement 클래스의 새 인스턴스를 초기화합니다.

속성

AuthenticationInstant

주체가 인증된 시간을 가져오거나 설정합니다.

AuthenticationMethod

주체를 인증하는 데 사용되는 방법을 가져오거나 설정합니다.

AuthorityBindings

주체에 대한 추가 정보를 가져옵니다.

ClaimType

보안 클레임의 형식을 가져옵니다.

DnsAddress

주체를 인증한 컴퓨터가 있는 DNS 도메인 이름을 가져오거나 설정합니다.

IPAddress

주체를 인증한 컴퓨터의 IP 주소를 가져오거나 설정합니다.

IsReadOnly

이 인스턴스의 속성이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

SamlSubject

SamlSecurityToken 보안 토큰의 주체를 가져오거나 설정합니다.

(다음에서 상속됨 SamlSubjectStatement)

메서드

AddClaimsToList(IList<Claim>)

이 인스턴스의 속성을 기반으로 하는 클레임을 지정된 클레임 컬렉션에 추가합니다.

CreatePolicy(ClaimSet, SamlSecurityTokenAuthenticator)

SamlSecurityToken 보안 토큰의 권한 부여 정책을 만듭니다.

(다음에서 상속됨 SamlSubjectStatement)
Equals(Object)

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

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

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

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

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

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

이 인스턴스를 읽기 전용으로 만듭니다.

MemberwiseClone()

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

(다음에서 상속됨 Object)
ReadXml(XmlDictionaryReader, SamlSerializer, SecurityTokenSerializer, SecurityTokenResolver)

지정된 XML 판독기에서 SAML 인증 설명을 읽습니다.

SetSubject(SamlSubject)

SamlSecurityToken 보안 토큰의 주체를 설정합니다.

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

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

(다음에서 상속됨 Object)
WriteXml(XmlDictionaryWriter, SamlSerializer, SecurityTokenSerializer)

지정된 XML serializer에 SAML 인증 설명을 씁니다.

적용 대상