VerificationContextIsExtendingAllowed Property
|
Get or set if extending is allowed.
Namespace:
Guardtime.KSI.Signature.Verification
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic bool IsExtendingAllowed { get; set; }
Public Property IsExtendingAllowed As Boolean
Get
Set
public:
virtual property bool IsExtendingAllowed {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsExtendingAllowed : bool with get, set
override IsExtendingAllowed : bool with get, set
Property Value
Type:
BooleanImplements
IVerificationContextIsExtendingAllowed
See Also