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 대한 인스턴스를 만듭니다 SamlSecurityToken . 클래스에는 Claim 이 클래스를 전달할 수 있는 리소스를 사용하는 생성자가 있습니다.

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

생성자

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

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

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

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

SamlAuthenticationClaimResource(DateTime, String, String, String)

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

속성

Name Description
AuthenticationInstant

주체가 인증된 시점의 인스턴트를 가져옵니다.

AuthenticationMethod

주체를 인증하는 데 사용된 메서드를 가져오거나 설정합니다.

AuthorityBindings

제목에 대한 추가 정보를 가져옵니다.

DnsAddress

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

IPAddress

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

메서드

Name Description
Equals(Object)

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

GetHashCode()

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

GetType()

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상

추가 정보