KeyManagementOptions.NewKeyLifetime Property

Definition

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.

Applies to