KeyItem.Managed プロパティ

定義

キーの有効期間がキー コンテナーによって管理されている場合は true を取得します。 これが証明書をバックアップするキーの場合、マネージドは true になります。

[Newtonsoft.Json.JsonProperty(PropertyName="managed")]
public bool? Managed { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="managed")>]
member this.Managed : Nullable<bool>
Public ReadOnly Property Managed As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象