Share via


JsonWebToken.EncryptedKey Property

Definition

Gets the Encrypted Content Encryption Key.

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

Property Value

Remarks

For some algorithms this value may be null even though the JWT was encrypted. see: https://datatracker.ietf.org/doc/html/rfc7516#section-2

If not found, an empty string is returned.

Applies to