AuthorizationAssertion.AuthorizationFilter.ProcessMessage Method
Determines whether a user is authorized to access a service.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim envelope As SoapEnvelope
Dim returnValue As SoapFilterResult
Dim authorizationAssertion_AuthorizationFilter1 As AuthorizationAssertion.AuthorizationFilter
returnValue = authorizationAssertion_AuthorizationFilter1.ProcessMessage(envelope)
Syntax
'Declaration
Public Overrides Function ProcessMessage( _
ByVal envelope As SoapEnvelope _
) As SoapFilterResult
public override SoapFilterResult ProcessMessage(
SoapEnvelope envelope
);
public:
virtual SoapFilterResult^ ProcessMessage(
SoapEnvelope^ envelope
) override;
public override SoapFilterResult ProcessMessage(
SoapEnvelope envelope
);
public override function ProcessMessage(
envelope : SoapEnvelope
) : SoapFilterResult;
Parameters
- envelope
The SOAP envelope that the user identity requires to be authorized.
Return Value
Continue if the user is authorized to access the service.
Remarks
Throws a SecurityFault if the user is not authorized to access the service.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
AuthorizationAssertion.AuthorizationFilter Class
AuthorizationAssertion.AuthorizationFilter Members
Microsoft.Web.Services3.Design Namespace