KeyAgreeRecipientInfo.KeyEncryptionAlgorithm 속성

정의

KeyEncryptionAlgorithm 속성은 키 계약을 수행하는 데 사용되는 알고리즘을 검색합니다.

public:
 virtual property System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ KeyEncryptionAlgorithm { System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ get(); };
public override System.Security.Cryptography.Pkcs.AlgorithmIdentifier KeyEncryptionAlgorithm { get; }
member this.KeyEncryptionAlgorithm : System.Security.Cryptography.Pkcs.AlgorithmIdentifier
Public Overrides ReadOnly Property KeyEncryptionAlgorithm As AlgorithmIdentifier

속성 값

AlgorithmIdentifier

키 계약을 수행하는 데 사용되는 알고리즘의 값입니다.

적용 대상

추가 정보