DSA.ExportParameters(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,會匯出 DSAParameters。
public:
abstract System::Security::Cryptography::DSAParameters ExportParameters(bool includePrivateParameters);
public abstract System.Security.Cryptography.DSAParameters ExportParameters (bool includePrivateParameters);
abstract member ExportParameters : bool -> System.Security.Cryptography.DSAParameters
Public MustOverride Function ExportParameters (includePrivateParameters As Boolean) As DSAParameters
參數
- includePrivateParameters
- Boolean
如果要包含私用參數,則為 true
;否則為 false
。
傳回
DSA 的參數。