共用方式為


KeyManagementOptions.NewKeyLifetime 屬性

定義

控制新產生金鑰到期前的存留期 (天數) 。

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

屬性值

備註

存留期不能小於一周。 預設值是 90 天。

適用於