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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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