RSAPKCS1KeyExchangeDeformatter.SetKey(AsymmetricAlgorithm) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定要用來解密機密資訊的私密金鑰。
public:
override void SetKey(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public override void SetKey (System.Security.Cryptography.AsymmetricAlgorithm key);
override this.SetKey : System.Security.Cryptography.AsymmetricAlgorithm -> unit
Public Overrides Sub SetKey (key As AsymmetricAlgorithm)
參數
持有私密金鑰的 RSA 演算法執行個體。
例外狀況
key
為 null
。
備註
您必須先指定索引鍵,才能呼叫 DecryptKeyExchange。