다음을 통해 공유


EncryptedKeyEncryptingCredentials 클래스

정의

암호화된 키 암호화 자격 증명을 나타냅니다. 일반적으로 이러한 항목은 토큰 등을 암호화하는 데이터 암호화 자격 증명으로 사용됩니다.

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

생성자

EncryptedKeyEncryptingCredentials(EncryptingCredentials, Int32, String)

지정된 EncryptedKeyEncryptingCredentials 개체, 키 크기, 암호화 알고리즘을 기반으로 EncryptingCredentials 클래스의 새 인스턴스를 초기화합니다.

EncryptedKeyEncryptingCredentials(X509Certificate2)

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

EncryptedKeyEncryptingCredentials(X509Certificate2, String, Int32, String)

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

속성

Algorithm

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

(다음에서 상속됨 EncryptingCredentials)
SecurityKey

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

(다음에서 상속됨 EncryptingCredentials)
SecurityKeyIdentifier

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

(다음에서 상속됨 EncryptingCredentials)
WrappingCredentials

세션 키를 암호화하는 데 사용되는 키 래핑 자격 증명을 가져옵니다(예: X509EncryptingCredentials).

메서드

Equals(Object)

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상