次の方法で共有


IWithKey インターフェイス

定義

キーの新しいバージョンを作成できるキー更新のステージ。

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

メソッド

WithKeyTypeToCreate(JsonWebKeyType)

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

WithLocalKeyToImport(JsonWebKey)

新しいバージョンとしてインポートする既存のキーを指定します。

適用対象