次の方法で共有


KeyOperation type

JsonWebKeyOperation の値を定義します。
<xref:KnownJsonWebKeyOperation> JsonWebKeyOperation と同じ意味で使用できます。この列挙型には、サービスでサポートされている既知の値が含まれています。

サービスでサポートされている既知の値

encrypt
復号化
sign
verify
wrapKey
unwrapKey
import
export

type KeyOperation = string