Sdílet prostřednictvím


RsaSecurityKey.GetAsymmetricAlgorithm(String, Boolean) Metoda

Definice

Získá zadaný asymetrický kryptografický algoritmus.

public:
 override System::Security::Cryptography::AsymmetricAlgorithm ^ GetAsymmetricAlgorithm(System::String ^ algorithm, bool requiresPrivateKey);
public override System.Security.Cryptography.AsymmetricAlgorithm GetAsymmetricAlgorithm (string algorithm, bool requiresPrivateKey);
override this.GetAsymmetricAlgorithm : string * bool -> System.Security.Cryptography.AsymmetricAlgorithm
Public Overrides Function GetAsymmetricAlgorithm (algorithm As String, requiresPrivateKey As Boolean) As AsymmetricAlgorithm

Parametry

algorithm
String

Asymetrický algoritmus, který se má vytvořit.

requiresPrivateKey
Boolean

truepokud je k vytvoření algoritmu vyžadován privátní klíč; v opačném případě . false

Návraty

Představuje AsymmetricAlgorithm zadaný asymetrický kryptografický algoritmus.

Výjimky

requiresPrivateKey a true privátní klíč není k dispozici.

Platí pro