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 天。