VerificationRuleGetCalendarHashChain Method
|
Get calendar has chain from KSI signature
Namespace:
Guardtime.KSI.Signature.Verification.Rule
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic static CalendarHashChain GetCalendarHashChain(
IKsiSignature signature,
bool allowNullValue = false
)
Public Shared Function GetCalendarHashChain (
signature As IKsiSignature,
Optional allowNullValue As Boolean = false
) As CalendarHashChain
public:
static CalendarHashChain^ GetCalendarHashChain(
IKsiSignature^ signature,
bool allowNullValue = false
)
static member GetCalendarHashChain :
signature : IKsiSignature *
?allowNullValue : bool
(* Defaults:
let _allowNullValue = defaultArg allowNullValue false
*)
-> CalendarHashChain
Parameters
- signature
- Type: Guardtime.KSI.SignatureIKsiSignature
KSI signature - allowNullValue (Optional)
- Type: SystemBoolean
indicates if returning null value is allowed
Return Value
Type:
CalendarHashChaincalendar hash chain
See Also