KeyManagementOptions.NewKeyLifetime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
控制新產生金鑰到期前的存留期 (天數) 。
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 天。