Gets a value indicating whether the certificate can be used for digital signatures.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public bool SupportsDigitalSignature { get; }
Visual Basic
Public ReadOnly Property SupportsDigitalSignature As Boolean
	Get
Visual C++
public:
property bool SupportsDigitalSignature {
	bool get ();
}

Field Value

true if the certificate can be used for digital signature; otherwise, false.

See Also