IWithKeyOperations Interface

Definition

The stage of a key update allowing to specify the allowed operations for the key.

public interface IWithKeyOperations
type IWithKeyOperations = interface
Public Interface IWithKeyOperations
Derived

Methods

WithKeyOperations(IList<JsonWebKeyOperation>)

Specifies the list of allowed key operations. By default all operations are allowed.

WithKeyOperations(JsonWebKeyOperation[])

Specifies the list of allowed key operations. By default all operations are allowed.

Applies to