TokenHandler.ReadToken(String) Method
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.
Converts a string into an instance of SecurityToken.
public virtual Microsoft.IdentityModel.Tokens.SecurityToken ReadToken (string token);
abstract member ReadToken : string -> Microsoft.IdentityModel.Tokens.SecurityToken
override this.ReadToken : string -> Microsoft.IdentityModel.Tokens.SecurityToken
Public Overridable Function ReadToken (token As String) As SecurityToken
Parameters
- token
- String
The string to be deserialized.
Returns
Exceptions
token
is null or empty.
'token.Length' is greater than MaximumTokenSizeInBytes.