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 실행되는 경우 이 클래스를 사용할 수 없습니다.

생성자

Name Description
AsymmetricSecurityKey()

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

속성

Name Description
KeySize

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

(다음에서 상속됨 SecurityKey)

메서드

Name Description
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)

적용 대상