X509EncryptingCredentials 클래스

정의

암호화 자격 증명으로 사용된 X.509 토큰을 나타냅니다. 이 클래스는 일반적으로 키 래핑 자격 증명으로 사용됩니다.

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

생성자

X509EncryptingCredentials(X509Certificate2)

지정된 X.509 인증서를 기반으로 X509EncryptingCredentials 클래스의 새 인스턴스를 초기화합니다.

X509EncryptingCredentials(X509Certificate2, SecurityKeyIdentifier)

지정된 X.509 인증서와 보안 키 식별자를 사용하여 X509EncryptingCredentials 클래스의 새 인스턴스를 초기화합니다.

X509EncryptingCredentials(X509Certificate2, SecurityKeyIdentifier, String)

지정된 X.509 인증서, 키 래핑 알고리즘, 보안 키 식별자를 기반으로 X509EncryptingCredentials 클래스의 새 인스턴스를 초기화합니다.

X509EncryptingCredentials(X509Certificate2, String)

지정된 X.509 인증서 및 키 래핑 알고리즘을 기반으로 X509EncryptingCredentials 클래스의 새 인스턴스를 초기화합니다.

속성

Algorithm

암호화 알고리즘을 가져오거나 설정합니다.

(다음에서 상속됨 EncryptingCredentials)
Certificate

X.509 인증서를 가져옵니다.

SecurityKey

암호화 키 자료를 가져오거나 설정합니다.

(다음에서 상속됨 EncryptingCredentials)
SecurityKeyIdentifier

암호화 자격 증명을 식별하는 식별자를 가져오거나 설정합니다.

(다음에서 상속됨 EncryptingCredentials)

메서드

Equals(Object)

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상