JsonWebToken.InitializationVector 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 Initialization Vector used when encrypting the plaintext.
public string InitializationVector { get; }
member this.InitializationVector : string
Public ReadOnly Property InitializationVector As String
Property Value
Remarks
See: https://datatracker.ietf.org/doc/html/rfc7516#appendix-A-1-4.
Some algorithms may not use an Initialization Vector. If not found an empty string is returned.