RsaSecurityKey.GetSignatureFormatter(String) Método
Definição
Obtém o algoritmo formatador para a assinatura digital.Gets the formatter algorithm for the digital signature.
public:
override System::Security::Cryptography::AsymmetricSignatureFormatter ^ GetSignatureFormatter(System::String ^ algorithm);
public override System.Security.Cryptography.AsymmetricSignatureFormatter GetSignatureFormatter (string algorithm);
override this.GetSignatureFormatter : string -> System.Security.Cryptography.AsymmetricSignatureFormatter
Public Overrides Function GetSignatureFormatter (algorithm As String) As AsymmetricSignatureFormatter
Parâmetros
- algorithm
- String
O algoritmo formatador para a assinatura digital da qual obter uma instância.The formatter algorithm for the digital signature to get an instance of. O algoritmo compatível é RsaSha1Signature.The supported algorithm is RsaSha1Signature.
Retornos
Um AsymmetricSignatureDeformatter que representa o algoritmo formatador para a assinatura digital.An AsymmetricSignatureDeformatter that represents the formatter algorithm for the digital signature.
Exceções
algorithm não é suportado.algorithm is not supported. O algoritmo compatível é RsaSha1Signature.The supported algorithm is RsaSha1Signature.