ISignatureKeyInfo

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Interface for signature key information.

public interface ISignatureKeyInfo

Properties

AlgorithmName

Gets the name of the sign algorithm.

string AlgorithmName { get; }

Property Value

string

GenerateKeyInfo

Gets or sets a value indicating whether to generate key information in the signature.

bool GenerateKeyInfo { get; set; }

Property Value

bool

HasKeySize

Gets a value indicating whether this object has key size.

bool HasKeySize { get; }

Property Value

bool

HasPrivateKey

Gets a value indicating whether this object has private key.

bool HasPrivateKey { get; }

Property Value

bool

HasPublicKey

Gets a value indicating whether this object has public key.

bool HasPublicKey { get; }

Property Value

bool

KeySize

Gets the key size.

int KeySize { get; }

Property Value

int

Last updated