SecurityTokenEncryptionFailedException Class
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.
Represents a security token exception when encryption failed.
[System.Serializable]
public class SecurityTokenEncryptionFailedException : Microsoft.IdentityModel.Tokens.SecurityTokenException
[<System.Serializable>]
type SecurityTokenEncryptionFailedException = class
inherit SecurityTokenException
Public Class SecurityTokenEncryptionFailedException
Inherits SecurityTokenException
- Inheritance
- Attributes
Constructors
| SecurityTokenEncryptionFailedException() |
Initializes a new instance of the SecurityTokenEncryptionFailedException class. |
| SecurityTokenEncryptionFailedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the SecurityTokenEncryptionFailedException class. |
| SecurityTokenEncryptionFailedException(String, Exception) |
Initializes a new instance of the SecurityTokenEncryptionFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| SecurityTokenEncryptionFailedException(String) |
Initializes a new instance of the SecurityTokenEncryptionFailedException class with a specified error message. |
Properties
| Source |
Gets or sets the source of the exception. (Inherited from SecurityTokenException) |
| StackTrace |
Gets the stack trace that is captured when the exception is created. (Inherited from SecurityTokenException) |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception. (Inherited from SecurityTokenException) |