KeyManagementOptions.NewKeyLifetime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls the lifetime (number of days before expiration) for newly-generated keys.
public:
property TimeSpan NewKeyLifetime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan NewKeyLifetime { get; set; }
member this.NewKeyLifetime : TimeSpan with get, set
Public Property NewKeyLifetime As TimeSpan
Property Value
Remarks
The lifetime cannot be less than one week. The default value is 90 days.