RSAPKCS1SignatureFormatter()

RSAPKCS1SignatureFormatter::RSAPKCS1SignatureFormatter() constructor

Constructor.

System::Security::Cryptography::RSAPKCS1SignatureFormatter::RSAPKCS1SignatureFormatter()

RSAPKCS1SignatureFormatter::RSAPKCS1SignatureFormatter(const System::SharedPtr<AsymmetricAlgorithm>&) constructor

Constructor.

System::Security::Cryptography::RSAPKCS1SignatureFormatter::RSAPKCS1SignatureFormatter(const System::SharedPtr<AsymmetricAlgorithm> &key)

Arguments

ParameterTypeDescription
keyconst System::SharedPtr<AsymmetricAlgorithm>&Algorithm to extract key from.

See Also