Share via


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. Initializes a new instance of the SecurityFault class.

Top

Public Fields

  Name Description
public field static ClientFaultCode  (Inherited from SoapException )
public field static DetailElementName  (Inherited from SoapException )
public field static FailedAuthenticationCode Specifies a SOAP fault code indicating that authentication of a security token failed. This field is read-only.
public field static FailedAuthenticationMessage 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.
public field static FailedCheckCode Specifies a SOAP fault code indicating that a digital signature could not be verified or that encrypted data could not be decrypted. This field is read-only.
public field static 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.
public field static InvalidSecurityCode Specifies a SOAP fault code indicating that an error occurred while processing the <Security> SOAP header. This field is read-only.
public field static InvalidSecurityMessage Specifies the error message of a SecurityFault exception when an error occurs processing the <Security> SOAP header. This field is constant.
public field static InvalidSecurityTokenCode Specifies a SOAP fault code indicating that an invalid security token was provided. This field is read-only.
public field static InvalidSecurityTokenMessage Specifies the error message of a SecurityFault exception when an invalid security token is provided. This field is constant.
public field static MustUnderstandFaultCode  (Inherited from SoapException )
public field static SecurityHeaderCode Specifies a SOAP fault code indicating that an error occurred while processing security tokens in a <Security> header and none of the other codes in the SecurityFault class applies.
public field static SecurityTokenUnavailableCode Specifies a SOAP fault code indicating that a reference to a security token within a SOAP message cannot be retrieved. This field is read-only.
public field static SecurityTokenUnavailableMessage Specifies the error message of a SecurityFault exception when a reference to a security token within a SOAP message cannot be retrieved. This field is constant.
public field static ServerFaultCode  (Inherited from SoapException )
public field static UnsupportedAlgorithmCode Specifies a SOAP fault code indicating that an unsupported encryption or signature algorithm was used in the SOAP message. This field is read-only.
public field static 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.
public field static UnsupportedSecurityTokenCode Specifies a SOAP fault code indicating that an unsupported security token was provided in a received SOAP message. This field is read-only.
public field static 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.
public field static VersionMismatchFaultCode  (Inherited from SoapException )

Top

Public Properties

(see also Protected Properties )

  Name Description
public property Actor  (Inherited from SoapException )
public property Code  (Inherited from SoapException )
public property Data  (Inherited from Exception )
public property Detail  (Inherited from SoapException )
public property HelpLink  (Inherited from Exception )
public property InnerException  (Inherited from Exception )
public property Lang  (Inherited from SoapException )
public property Message  (Inherited from Exception )
public property Node  (Inherited from SoapException )
public property Role  (Inherited from SoapException )
public property Source  (Inherited from Exception )
public property StackTrace  (Inherited from Exception )
public property SubCode  (Inherited from SoapException )
public property TargetSite  (Inherited from Exception )

Top

Protected Properties

  Name Description
protected property HResult  (Inherited from Exception )

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetBaseException  (Inherited from Exception )
public method GetHashCode  (Inherited from Object )
public method GetObjectData  (Inherited from SoapException )
public method GetType  (Inherited from Exception )
public method static IsClientFaultCode  (Inherited from SoapException )
public method static IsMustUnderstandFaultCode  (Inherited from SoapException )
public method static IsServerFaultCode  (Inherited from SoapException )
public method static IsVersionMismatchFaultCode  (Inherited from SoapException )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Exception )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

SecurityFault Class
Microsoft.Web.Services3.Security Namespace