RSA.ExportParameters(Boolean) Metod

Definition

När åsidosättas i en härledd klass exporteras RSAParameters.

public:
 abstract System::Security::Cryptography::RSAParameters ExportParameters(bool includePrivateParameters);
public abstract System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters);
abstract member ExportParameters : bool -> System.Security.Cryptography.RSAParameters
Public MustOverride Function ExportParameters (includePrivateParameters As Boolean) As RSAParameters

Parametrar

includePrivateParameters
Boolean

trueför att inkludera privata parametrar. annars . false

Returer

Parametrarna för RSA.

Undantag

Det gick inte att exportera parametrarna.

Gäller för

Se även