SecurityFault Members
The exception that is thrown when an error occurs while processing security tokens in a <Security> header.
The following tables list the members exposed by the SecurityFault type.
Public Constructors
Name | Description | |
---|---|---|
SecurityFault | Overloaded. |
Top
Public Fields
Name | Description | |
---|---|---|
BadContextTokenCode | Specifies a SOAP fault code indicating that an invalid SecurityContextToken security token was received. | |
BadContextTokenMessage | Specifies the error message of a SecurityFault exception when an invalid SecurityContextToken security token is received. This field is constant. | |
FailedAuthenticationCode | Specifies a SOAP fault code indicating that authentication of a security token failed. | |
FailedAuthenticationMessage | Specifies the error message of a SecurityFault exception when authentication of a security token fails. This field is constant. | |
FailedCheckCode | Specifies a SOAP fault code indicating that a digital signature could not be verified or that encrypted data could not be decrypted. | |
FailedCheckMessage | Specifies the error message of a SecurityFault exception when a digital signature cannot be verified or encrypted data cannot be decrypted. This field is constant. | |
InvalidSecurityCode | Specifies a SOAP fault code indicating that an error occurred while processing the <Security> SOAP header. | |
InvalidSecurityMessage | Specifies the error message of a SecurityFault exception when an error occurs processing the <Security> SOAP header. This field is constant. | |
InvalidSecurityTokenCode | Specifies a SOAP fault code indicating that an invalid security token was provided. | |
InvalidSecurityTokenMessage | Specifies the error message of a SecurityFault exception when an invalid security token is provided. This field is constant. | |
SecurityTokenUnavailableCode | Specifies a SOAP fault code indicating that a reference to a security token within a SOAP message is invalid. | |
SecurityTokenUnavailableMessage | Specifies the error message of a SecurityFault exception when a reference to a security token within a SOAP message is invalid. This field is constant. | |
UnknownDerivationSourceCode | Specifies a SOAP fault code indicating that a DerivedKeyToken was received without its parent security token. | |
UnknownDerivationSourceMessage | Specifies the error message of a SecurityFault exception when a DerivedKeyToken is received without its parent security token. This field is constant. | |
UnsupportedAlgorithmCode | Specifies a SOAP fault code indicating that an unsupported encryption or signature algorithm was used in the SOAP message. | |
UnsupportedAlgorithmMessage | Specifies the error message of a SecurityFault exception when an unsupported encryption or signature algorithm is used in the SOAP message. This field is constant. | |
UnsupportedSecurityTokenCode | Specifies a SOAP fault code indicating that an unsupported security token was provided in a received SOAP message. | |
UnsupportedSecurityTokenMessage | Specifies the error message of a SecurityFault exception when an unsupported security token is provided in a received SOAP message. This field is constant. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Actor | (inherited from SoapException ) | |
Code | (inherited from SoapException ) | |
Detail | (inherited from SoapException ) | |
HelpLink | (inherited from Exception ) | |
InnerException | (inherited from Exception ) | |
Message | (inherited from Exception ) | |
Source | (inherited from Exception ) | |
StackTrace | (inherited from Exception ) | |
TargetSite | (inherited from Exception ) |
Top
Protected Properties
Name | Description | |
---|---|---|
HResult | (inherited from Exception ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | (inherited from Object ) | |
GetBaseException | (inherited from Exception ) | |
GetHashCode | (inherited from Object ) | |
GetObjectData | (inherited from Exception ) | |
GetType | (inherited from Object ) | |
ToString | (inherited from Exception ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SecurityFault Class
Microsoft.Web.Services2.Security Namespace