RSAOAEPKeyExchangeFormatter Constructors

Definitie

Initialiseert een nieuw exemplaar van de RSAOAEPKeyExchangeFormatter klasse.

Overloads

Name Description
RSAOAEPKeyExchangeFormatter()

Initialiseert een nieuw exemplaar van de RSAOAEPKeyExchangeFormatter klasse.

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Initialiseert een nieuw exemplaar van de RSAOAEPKeyExchangeFormatter klasse met de opgegeven sleutel.

RSAOAEPKeyExchangeFormatter()

Bron:
RSAOAEPKeyExchangeFormatter.cs
Bron:
RSAOAEPKeyExchangeFormatter.cs
Bron:
RSAOAEPKeyExchangeFormatter.cs
Bron:
RSAOAEPKeyExchangeFormatter.cs
Bron:
RSAOAEPKeyExchangeFormatter.cs

Initialiseert een nieuw exemplaar van de RSAOAEPKeyExchangeFormatter klasse.

public:
 RSAOAEPKeyExchangeFormatter();
public RSAOAEPKeyExchangeFormatter();
Public Sub New ()

Opmerkingen

Gebruik SetKey dit om de sleutel in te stellen voordat u aanroept CreateKeyExchange.

Zie ook

Van toepassing op

RSAOAEPKeyExchangeFormatter(AsymmetricAlgorithm)

Bron:
RSAOAEPKeyExchangeFormatter.cs
Bron:
RSAOAEPKeyExchangeFormatter.cs
Bron:
RSAOAEPKeyExchangeFormatter.cs
Bron:
RSAOAEPKeyExchangeFormatter.cs
Bron:
RSAOAEPKeyExchangeFormatter.cs

Initialiseert een nieuw exemplaar van de RSAOAEPKeyExchangeFormatter klasse met de opgegeven sleutel.

public:
 RSAOAEPKeyExchangeFormatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAOAEPKeyExchangeFormatter(System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAOAEPKeyExchangeFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAOAEPKeyExchangeFormatter
Public Sub New (key As AsymmetricAlgorithm)

Parameters

key
AsymmetricAlgorithm

Het exemplaar van het RSA algoritme dat de openbare sleutel bevat.

Uitzonderingen

key is null.

Zie ook

Van toepassing op