System::Security::Cryptography::AsymmetricSignatureFormatter classe

AsymmetricSignatureFormatter class

Classe base per formattatori di firme asimmetriche. Gli oggetti di questa classe devono essere allocati solo usando la funzione System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class AsymmetricSignatureFormatter : public System::Object

Metodi

MetodoDescrizione
virtual CreateSignature(System::ArrayPtr<uint8_t>)Informazioni RTTI.
virtual CreateSignature(System::SharedPtr<HashAlgorithm>)Crea la firma per il valore hash specificato.
virtual SetHashAlgorithm(System::String)Imposta l’algoritmo hash da utilizzare.
virtual SetKey(System::SharedPtr<AsymmetricAlgorithm>)Imposta l’algoritmo asimmetrico da utilizzare durante il calcolo della firma.

Vedi anche