SecurityFault.SecurityTokenUnavailableMessage Field
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.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As String
returnValue = SecurityFault.SecurityTokenUnavailableMessage
Syntax
'Declaration
Public Const SecurityTokenUnavailableMessage As String
public const string SecurityTokenUnavailableMessage;
public:
literal String^ SecurityTokenUnavailableMessage;
public static final System.String SecurityTokenUnavailableMessage;
public var SecurityTokenUnavailableMessage : String;
Remarks
When you throw a SecurityFault exception with the message parameter set to SecurityTokenUnavailableMessage, set the code parameter to SecurityTokenUnavailableCode.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SecurityFault Class
SecurityFault Members
Microsoft.Web.Services3.Security Namespace