CompanyDtoSasKeyExpiration Property

When generating SAS tokens for referral links, we make use of the Azure KeyVault. These settings determine how long a version of an encryption key can be used after it has been generated/rotated.
It does not affect the lifetime of the SAS token itself,

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public TimeSpan SasKeyExpiration { get; set; }

Property Value

TimeSpan

Remarks

If this value is altered, the existing keys will not be altered. It will only apply to new keys that are generated.

See Also