RsaSecurityKey.GetSignatureDeformatter(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the de-formatter algorithm for the digital signature.
public:
override System::Security::Cryptography::AsymmetricSignatureDeformatter ^ GetSignatureDeformatter(System::String ^ algorithm);
public override System.Security.Cryptography.AsymmetricSignatureDeformatter GetSignatureDeformatter (string algorithm);
override this.GetSignatureDeformatter : string -> System.Security.Cryptography.AsymmetricSignatureDeformatter
Public Overrides Function GetSignatureDeformatter (algorithm As String) As AsymmetricSignatureDeformatter
Parameters
- algorithm
- String
The de-formatter algorithm for the digital signature to get an instance of. The supported algorithm is RsaSha1Signature.
Returns
An AsymmetricSignatureDeformatter that represents the de-formatter algorithm for the digital signature.
Exceptions
algorithm
is not supported. The supported algorithm is RsaSha1Signature.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.