RecipientInfo.KeyEncryptionAlgorithm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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抽象屬性。