JsonWebToken.EncryptedKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.