KsiSignatureCalendarAuthenticationRecord Property
|
Get calendar authentication record.
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic CalendarAuthenticationRecord CalendarAuthenticationRecord { get; }
Public ReadOnly Property CalendarAuthenticationRecord As CalendarAuthenticationRecord
Get
public:
virtual property CalendarAuthenticationRecord^ CalendarAuthenticationRecord {
CalendarAuthenticationRecord^ get () sealed;
}
abstract CalendarAuthenticationRecord : CalendarAuthenticationRecord with get
override CalendarAuthenticationRecord : CalendarAuthenticationRecord with get
Property Value
Type:
CalendarAuthenticationRecordImplements
IKsiSignatureCalendarAuthenticationRecord
See Also