CredentialContext.UltimateReceiver Property
Gets the security credentials used to protect the SOAP message parts that are intended for the ultimate destination.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim credentialContext1 As CredentialContext
Dim returnValue As CredentialSet
returnValue = credentialContext1.UltimateReceiver
Syntax
'Declaration
Public ReadOnly Property UltimateReceiver() As CredentialSet
public CredentialSet UltimateReceiver {get;}
public:
property CredentialSet^ UltimateReceiver {
CredentialSet^ get();
}
public CredentialSet get_UltimateReceiver();
public function get UltimateReceiver() : CredentialSet;
Property Value
A CredentialContext that represents the security credentials used to protect the SOAP message parts that are intended for the ultimate destination.
Remarks
A policy can contain different protection requirements on a per-SOAP actor basis. The UltimateReceiver can be used to get the security credentials for the ultimate destination. Each SOAP action represents either an intermediary to which the SOAP message is routed or the ultimate destination of the SOAP message. A SOAP actor of an empty string ("") represents the ultimate destination. This is the default if an actor is not specified. For each of these intermediaries and the ultimate destination, different security credentials can be used to digitally sign or encrypt parts of the SOAP message.
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
CredentialContext Class
CredentialContext Members
Microsoft.Web.Services3 Namespace