RsaSecurityKey.GetAsymmetricAlgorithm(String, Boolean) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera określony asymetryczny algorytm kryptograficzny.
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
Algorytm asymetryczny do utworzenia.
- requiresPrivateKey
- Boolean
true
gdy klucz prywatny jest wymagany do utworzenia algorytmu; w przeciwnym razie , false
.
Zwraca
Element AsymmetricAlgorithm reprezentujący określony asymetryczny algorytm kryptograficzny.
Wyjątki
requiresPrivateKey
jest true
i klucz prywatny jest niedostępny.