다음을 통해 공유


RecipientInfo.KeyEncryptionAlgorithm 속성

정의

KeyEncryptionAlgorithm 추상 속성은 키 설정을 수행하는 데 사용된 알고리즘을 검색합니다.

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

속성 값

CMS/PKCS #7 메시지의 발신자와 수신자 사이에 키를 설정하는 데 사용된 알고리즘의 값이 들어 있는 AlgorithmIdentifier 개체입니다.

설명

및 로 재정의된 KeyAgreeRecipientInfoKeyTransRecipientInfo추상 속성입니다.

적용 대상

추가 정보