共用方式為


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

屬性值

含有演算法的值的 AlgorithmIdentifier 物件,用來建立 CMS/PKCS #7 訊息的發信者與收件者之間的金鑰時會使用這個演算法。

備註

這是 由和KeyTransRecipientInfo覆寫的KeyAgreeRecipientInfo抽象屬性。

適用於

另請參閱