SignedHttpRequestInvalidCnfClaimException 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.
This exception is thrown when a SignedHttpRequest handler encounters an error during 'cnf' claim resolution.
[System.Serializable]
public class SignedHttpRequestInvalidCnfClaimException : Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestValidationException
[<System.Serializable>]
type SignedHttpRequestInvalidCnfClaimException = class
inherit SignedHttpRequestValidationException
Public Class SignedHttpRequestInvalidCnfClaimException
Inherits SignedHttpRequestValidationException
- Inheritance
- Attributes
Constructors
SignedHttpRequestInvalidCnfClaimException() |
Initializes a new instance of the SignedHttpRequestInvalidCnfClaimException class. |
SignedHttpRequestInvalidCnfClaimException(SerializationInfo, StreamingContext) |
Initializes a new instance of the SignedHttpRequestInvalidCnfClaimException class. |
SignedHttpRequestInvalidCnfClaimException(String, Exception) |
Initializes a new instance of the SignedHttpRequestInvalidCnfClaimException class. |
SignedHttpRequestInvalidCnfClaimException(String) |
Initializes a new instance of the SignedHttpRequestInvalidCnfClaimException class. |