 | Rfc4226SecretClaimStartValue Property |
The starting value for the generation mechanism. Valid when specifying an offset for a TOTP from Unix time
Namespace: SanteDB.Core.Security.TfaAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic long StartValue { get; set; }Public Property StartValue As Long
Get
Set
public:
property long long StartValue {
long long get ();
void set (long long value);
}member StartValue : int64 with get, set
Property Value
Int64
See Also