SignatureDescription.CreateFormatter(AsymmetricAlgorithm) 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.
AsymmetricSignatureFormatter Tworzy wystąpienie z określonym kluczem FormatterAlgorithm przy użyciu właściwości .
public:
virtual System::Security::Cryptography::AsymmetricSignatureFormatter ^ CreateFormatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("CreateFormatter is not trim compatible because the algorithm implementation referenced by FormatterAlgorithm might be removed.")]
public virtual System.Security.Cryptography.AsymmetricSignatureFormatter CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm key);
public virtual System.Security.Cryptography.AsymmetricSignatureFormatter CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm key);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("CreateFormatter is not trim compatible because the algorithm implementation referenced by FormatterAlgorithm might be removed.")>]
abstract member CreateFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.AsymmetricSignatureFormatter
override this.CreateFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.AsymmetricSignatureFormatter
abstract member CreateFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.AsymmetricSignatureFormatter
override this.CreateFormatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.AsymmetricSignatureFormatter
Public Overridable Function CreateFormatter (key As AsymmetricAlgorithm) As AsymmetricSignatureFormatter
Parametry
Klucz do użycia w pliku AsymmetricSignatureFormatter.
Zwraca
Nowo utworzone AsymmetricSignatureFormatter wystąpienie.
- Atrybuty