KsiSignatureIsRfc3161Signature Property
|
Returns true if RFC 3161 record exists.
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic bool IsRfc3161Signature { get; }
Public ReadOnly Property IsRfc3161Signature As Boolean
Get
public:
virtual property bool IsRfc3161Signature {
bool get () sealed;
}
abstract IsRfc3161Signature : bool with get
override IsRfc3161Signature : bool with get
Property Value
Type:
BooleanImplements
IKsiSignatureIsRfc3161Signature
See Also