Share via


KeyBundle クラス

定義

WebKey とその属性で構成される KeyBundle。

public class KeyBundle
type KeyBundle = class
Public Class KeyBundle
継承
KeyBundle
派生

コンストラクター

KeyBundle()

KeyBundle クラスの新しいインスタンスを初期化します。

KeyBundle(JsonWebKey, KeyAttributes, IDictionary<String,String>, Nullable<Boolean>)

KeyBundle クラスの新しいインスタンスを初期化します。

プロパティ

Attributes

キー管理属性を取得または設定します。

Key

Json Web キーを取得または設定します。

KeyIdentifier

キー オブジェクトの識別子

Managed

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

Tags

キーと値のペアの形式でアプリケーション固有のメタデータを取得または設定します。

適用対象