KsiSignatureIsExtended Property
|
Returns true if signature contains signature publication record element.
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic bool IsExtended { get; }
Public ReadOnly Property IsExtended As Boolean
Get
public:
virtual property bool IsExtended {
bool get () sealed;
}
abstract IsExtended : bool with get
override IsExtended : bool with get
Return Value
Type:
BooleanImplements
IKsiSignatureIsExtended
See Also