Share via


KeyTransRecipientInfo.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 金鑰加密演演算法識別碼的物件。

適用於

另請參閱