SecurityPolicyAssertion.ServiceActor Property
Gets or sets the actor attribute on the Security SOAP header for a SOAP message destined for a Web service to which this policy assertion applies.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim securityPolicyAssertion1 As SecurityPolicyAssertion
Dim returnValue As String
returnValue = securityPolicyAssertion1.ServiceActor
Dim sampleValue As String
securityPolicyAssertion1.ServiceActor = sampleValue
Syntax
'Declaration
Public Property ServiceActor() As String
public string ServiceActor {get; set;}
public:
property String^ ServiceActor {
String^ get();
void set(String^ value);
}
public System.String get_ServiceActor();
public void set_ServiceActor(System.String);
public function get ServiceActor() : String;
public function set ServiceActor(String);
Property Value
The actor attribute on the Security SOAP header for a SOAP message destined for a Web service to which this policy assertion applies. The default value is an empty string ("").
Remarks
When the SOAP message is not routed through an intermediary, such as a SOAP router, the actor attribute is an empty string (""). When the policy assertion applies to an intermediary, specify the URI for the intermediary.
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
SecurityPolicyAssertion Class
SecurityPolicyAssertion Members
Microsoft.Web.Services3.Design Namespace