SamlAuthenticationClaimResource 클래스

정의

SamlAuthenticationStatement에서 만든 클레임의 리소스 형식을 나타냅니다.

public ref class SamlAuthenticationClaimResource
[System.Runtime.Serialization.DataContract]
public class SamlAuthenticationClaimResource
[<System.Runtime.Serialization.DataContract>]
type SamlAuthenticationClaimResource = class
Public Class SamlAuthenticationClaimResource
상속
SamlAuthenticationClaimResource
특성

설명

클래스를 SamlAuthenticationClaimResource 사용하여 인증 클레임에 Claim 대한 instance 만듭니다SamlSecurityToken. 클래스에는 Claim 이 클래스를 전달할 수 있는 리소스를 사용하는 생성자가 있습니다.

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

생성자

SamlAuthenticationClaimResource(DateTime, String, String, String)

지정된 시간, 인증 방법, DNS 도메인 이름 및 IP 주소를 사용하여 SamlAuthenticationClaimResource 클래스의 새 인스턴스를 초기화합니다.

SamlAuthenticationClaimResource(DateTime, String, String, String, IEnumerable<SamlAuthorityBinding>)

지정된 시간, 인증 방법, DNS 도메인 이름, IP 주소 및 추가 정보에 대한 참조를 사용하여 SamlAuthenticationClaimResource 클래스의 새 인스턴스를 초기화합니다.

SamlAuthenticationClaimResource(DateTime, String, String, String, ReadOnlyCollection<SamlAuthorityBinding>)

지정된 시간, 인증 방법, DNS 도메인 이름, IP 주소 및 추가 정보에 대한 참조를 사용하여 SamlAuthenticationClaimResource 클래스의 새 인스턴스를 초기화합니다.

속성

AuthenticationInstant

주체가 인증된 시간을 가져옵니다.

AuthenticationMethod

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

AuthorityBindings

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

DnsAddress

주체를 인증한 컴퓨터가 있는 DNS 도메인 이름을 가져옵니다.

IPAddress

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

메서드

Equals(Object)

이 인스턴스가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다.

GetHashCode()

SamlAuthenticationClaimResource에 대한 해시 코드를 반환합니다.

GetType()

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상

추가 정보