DSACryptoServiceProvider.ExportParameters(Boolean) Метод

Определение

Экспортирует объект DSAParameters.

public:
 override System::Security::Cryptography::DSAParameters ExportParameters(bool includePrivateParameters);
public override System.Security.Cryptography.DSAParameters ExportParameters (bool includePrivateParameters);
override this.ExportParameters : bool -> System.Security.Cryptography.DSAParameters
Public Overrides Function ExportParameters (includePrivateParameters As Boolean) As DSAParameters

Параметры

includePrivateParameters
Boolean

Значение true для включения закрытых параметров; в противном случае — значение false.

Возвращаемое значение

DSAParameters

Параметры для DSA.

Исключения

Не удалось экспортировать ключ.

Применяется к

См. также раздел