JsonWebKey.Use Property

Definition

Use ("public key use") identifies the intended use of the public key. The "use" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly "sig" (signature) or "enc" (encryption).

public string Use { get; }
member this.Use : string
Public ReadOnly Property Use As String

Property Value

Applies to