次の方法で共有


IWithKeyOperations インターフェイス

定義

キーに対して許可される操作を指定できるキー更新のステージ。

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

メソッド

WithKeyOperations(IList<JsonWebKeyOperation>)

許可されるキー操作の一覧を指定します。 既定では、すべての操作が許可されます。

WithKeyOperations(JsonWebKeyOperation[])

許可されるキー操作の一覧を指定します。 既定では、すべての操作が許可されます。

適用対象