SecurityTokenInvalidAlgorithmException Constructors
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.
Overloads
SecurityTokenInvalidAlgorithmException() |
Initializes a new instance of the SecurityTokenInvalidAlgorithmException class. |
SecurityTokenInvalidAlgorithmException(String) |
Initializes a new instance of the SecurityTokenInvalidAlgorithmException class. |
SecurityTokenInvalidAlgorithmException(SerializationInfo, StreamingContext) |
Initializes a new instance of the SecurityTokenInvalidTypeException class. |
SecurityTokenInvalidAlgorithmException(String, Exception) |
Initializes a new instance of the SecurityTokenInvalidAlgorithmException class. |
SecurityTokenInvalidAlgorithmException()
Initializes a new instance of the SecurityTokenInvalidAlgorithmException class.
public SecurityTokenInvalidAlgorithmException ();
Public Sub New ()
Applies to
SecurityTokenInvalidAlgorithmException(String)
Initializes a new instance of the SecurityTokenInvalidAlgorithmException class.
public SecurityTokenInvalidAlgorithmException (string message);
new Microsoft.IdentityModel.Tokens.SecurityTokenInvalidAlgorithmException : string -> Microsoft.IdentityModel.Tokens.SecurityTokenInvalidAlgorithmException
Public Sub New (message As String)
Parameters
- message
- String
Additional information to be included in the exception and displayed to user.
Applies to
SecurityTokenInvalidAlgorithmException(SerializationInfo, StreamingContext)
Initializes a new instance of the SecurityTokenInvalidTypeException class.
protected SecurityTokenInvalidAlgorithmException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Tokens.SecurityTokenInvalidAlgorithmException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Tokens.SecurityTokenInvalidAlgorithmException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
the SerializationInfo that holds the serialized object data.
- context
- StreamingContext
The contextual information about the source or destination.
Applies to
SecurityTokenInvalidAlgorithmException(String, Exception)
Initializes a new instance of the SecurityTokenInvalidAlgorithmException class.
public SecurityTokenInvalidAlgorithmException (string message, Exception innerException);
new Microsoft.IdentityModel.Tokens.SecurityTokenInvalidAlgorithmException : string * Exception -> Microsoft.IdentityModel.Tokens.SecurityTokenInvalidAlgorithmException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
Additional information to be included in the exception and displayed to user.