RSACng.ImportParameters(RSAParameters) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為參數結構建立新的 CngKey,來取代目前執行個體正在使用的現有金鑰。
public:
override void ImportParameters(System::Security::Cryptography::RSAParameters parameters);
public override void ImportParameters (System.Security.Cryptography.RSAParameters parameters);
override this.ImportParameters : System.Security.Cryptography.RSAParameters -> unit
Public Overrides Sub ImportParameters (parameters As RSAParameters)
參數
- parameters
- RSAParameters
RSA 參數。
例外狀況
parameters
並未包含指數和模數。
備註
如果 parameters
只包含指數和模數,則只會匯入公鑰。 如果 parameters
也包含 P 和 Q 值,則會匯入完整的金鑰組。
這個方法會使用指定的參數來建置新的暫時 RSA 金鑰物件,並將值取代 Key 為新的索引鍵,任何已開啟的索引鍵都不受此方法影響。