docs re-org, audit fixes, build fixes
This commit is contained in:
@@ -24,8 +24,9 @@ public sealed class Fido2Options
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the timestamp when the credential was provisioned.
|
||||
/// When not set, the Fido2KmsClient will use the current time via TimeProvider.
|
||||
/// </summary>
|
||||
public DateTimeOffset CreatedAt { get; set; } = DateTimeOffset.UtcNow;
|
||||
public DateTimeOffset? CreatedAt { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the cache duration for metadata lookups.
|
||||
|
||||
Reference in New Issue
Block a user