All Classes Namespaces Functions Properties Pages
Properties | List of all members
SignatureSettings Class Reference

This holds the necessary settings to let KTA sign the data More...

Properties

byte[] Certificate [get, set]
 Gets or sets the certificate(.pfx, .pem, .key) containing private key. This is used only when saving the provider settings. More...
 
Assets.AssetIdentity CertificateAsset [get, set]
 Gets or sets the asset identity where the certificate is stored. More...
 
bool CertificateChanged [get, set]
 Gets or sets a value indicating whether the certificate has been changed. Set this to true to save/delete the updated/deleted certificate. More...
 
string CertificatePassword [get, set]
 Gets or sets the password to decrypt the certificate. This is stored in encrypted form using our password encryption. More...
 
bool PasswordChanged [get, set]
 Gets or sets a value indicating whether the CertificatePassword has changed. Set this to true whenever a new unencrypted password is specified for save. More...
 
short SigningAlgorithm [get, set]
 Gets or sets the algorithm to be used for signing. Refer DigitalSignatureAlgorithm for possible values More...
 

Description

This holds the necessary settings to let KTA sign the data

Property Documentation

byte [] Certificate
getset

Gets or sets the certificate(.pfx, .pem, .key) containing private key. This is used only when saving the provider settings.

Assets.AssetIdentity CertificateAsset
getset

Gets or sets the asset identity where the certificate is stored.

bool CertificateChanged
getset

Gets or sets a value indicating whether the certificate has been changed. Set this to true to save/delete the updated/deleted certificate.

string CertificatePassword
getset

Gets or sets the password to decrypt the certificate. This is stored in encrypted form using our password encryption.

bool PasswordChanged
getset

Gets or sets a value indicating whether the CertificatePassword has changed. Set this to true whenever a new unencrypted password is specified for save.

short SigningAlgorithm
getset

Gets or sets the algorithm to be used for signing. Refer DigitalSignatureAlgorithm for possible values