ISignatureKeyInfo
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Interface for signature key information.
public interface ISignatureKeyInfoProperties
AlgorithmName
Gets the name of the sign algorithm.
string AlgorithmName { get; }Property Value
GenerateKeyInfo
Gets or sets a value indicating whether to generate key information in the signature.
bool GenerateKeyInfo { get; set; }Property Value
HasKeySize
Gets a value indicating whether this object has key size.
bool HasKeySize { get; }Property Value
HasPrivateKey
Gets a value indicating whether this object has private key.
bool HasPrivateKey { get; }Property Value
HasPublicKey
Gets a value indicating whether this object has public key.
bool HasPublicKey { get; }Property Value
KeySize
Gets the key size.
int KeySize { get; }Property Value
Last updated