Share via


AsymmetricSecurityKey 클래스

정의

비대칭 키에 대한 기본 클래스입니다.

public ref class AsymmetricSecurityKey abstract : System::IdentityModel::Tokens::SecurityKey
public abstract class AsymmetricSecurityKey : System.IdentityModel.Tokens.SecurityKey
type AsymmetricSecurityKey = class
    inherit SecurityKey
Public MustInherit Class AsymmetricSecurityKey
Inherits SecurityKey
상속
AsymmetricSecurityKey
파생

설명

Windows Communication Foundation 부분 신뢰 환경에서 실행 중일 때이 클래스를 사용할 수 없습니다.

생성자

AsymmetricSecurityKey()

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

속성

KeySize

파생 클래스에서 재정의되는 경우 키의 크기(비트)를 가져옵니다.

(다음에서 상속됨 SecurityKey)

메서드

DecryptKey(String, Byte[])

파생 클래스에서 재정의되는 경우 지정한 암호화된 키를 해독합니다.

(다음에서 상속됨 SecurityKey)
EncryptKey(String, Byte[])

파생 클래스에서 재정의되는 경우 지정된 키를 암호화합니다.

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

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

(다음에서 상속됨 Object)
GetAsymmetricAlgorithm(String, Boolean)

파생 클래스에서 재정의되는 경우 지정된 비대칭 암호화 알고리즘을 가져옵니다.

GetHashAlgorithmForSignature(String)

파생 클래스에서 재정의되는 경우 디지털 서명에 대한 해시를 생성하는 암호화 알고리즘을 가져옵니다.

GetHashCode()

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

(다음에서 상속됨 Object)
GetSignatureDeformatter(String)

파생 클래스에서 재정의되는 경우 디지털 서명에 대한 디포맷터 알고리즘을 가져옵니다.

GetSignatureFormatter(String)

파생 클래스에서 재정의되는 경우 디지털 서명에 대한 포맷터 알고리즘을 가져옵니다.

GetType()

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

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

파생 클래스에서 재정의되는 경우 프라이빗 키를 사용할 수 있는지 여부를 나타내는 값을 가져옵니다.

IsAsymmetricAlgorithm(String)

파생 클래스에서 재정의되는 경우 지정된 알고리즘에서 비대칭 키를 사용하는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 SecurityKey)
IsSupportedAlgorithm(String)

파생 클래스에서 재정의되는 경우 지정된 알고리즘이 이 클래스에서 지원되는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 SecurityKey)
IsSymmetricAlgorithm(String)

파생 클래스에서 재정의되는 경우 지정된 알고리즘에서 대칭 키를 사용하는지 여부를 나타내는 값을 가져옵니다.

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

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

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

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

(다음에서 상속됨 Object)

적용 대상