次の方法で共有


IWithKey インターフェイス

定義

キーを作成するか、キーをインポートするかを指定できるキー定義のステージ。

public interface IWithKey
type IWithKey = interface
Public Interface IWithKey
派生

メソッド

WithKeyTypeToCreate(JsonWebKeyType)

新しいキーを作成するキーの種類を指定します。

WithLocalKeyToImport(JsonWebKey)

インポートする既存のキーを指定します。

適用対象