SignedHttpRequestInvalidNonceClaimException 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 'Nonce' claim resolution.
[System.Serializable]
public class SignedHttpRequestInvalidNonceClaimException : Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestValidationException
[<System.Serializable>]
type SignedHttpRequestInvalidNonceClaimException = class
inherit SignedHttpRequestValidationException
Public Class SignedHttpRequestInvalidNonceClaimException
Inherits SignedHttpRequestValidationException
- Inheritance
- Attributes
Constructors
SignedHttpRequestInvalidNonceClaimException() |
Initializes a new instance of the SignedHttpRequestInvalidNonceClaimException class. |
SignedHttpRequestInvalidNonceClaimException(SerializationInfo, StreamingContext) |
Initializes a new instance of the SignedHttpRequestInvalidNonceClaimException class. |
SignedHttpRequestInvalidNonceClaimException(String, Exception) |
Initializes a new instance of the SignedHttpRequestInvalidNonceClaimException class. |
SignedHttpRequestInvalidNonceClaimException(String) |
Initializes a new instance of the SignedHttpRequestInvalidNonceClaimException class. |
Properties
PropertyBag |
Gets or sets an IDictionary<TKey,TValue> that enables custom extensibility scenarios. |