VerificationRuleGetDeprecatedHashAlgorithm Method
|
Get first deprecated hash algorithm from calendar hash chain.
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 HashAlgorithm GetDeprecatedHashAlgorithm(
CalendarHashChain calendarHashChain
)
Public Shared Function GetDeprecatedHashAlgorithm (
calendarHashChain As CalendarHashChain
) As HashAlgorithm
public:
static HashAlgorithm^ GetDeprecatedHashAlgorithm(
CalendarHashChain^ calendarHashChain
)
static member GetDeprecatedHashAlgorithm :
calendarHashChain : CalendarHashChain -> HashAlgorithm
Parameters
- calendarHashChain
- Type: Guardtime.KSI.SignatureCalendarHashChain
Return Value
Type:
HashAlgorithm
See Also