IsValid

DigitalSignature.IsValid property

Gets a value indicating whether the signature is valid.

public virtual bool? IsValid { get; }

Property Value

True if the the signature is valid; otherwise, false. Null indicates that validation is unavailable for the signature.

See Also