SecurityPolicyAssertion.EstablishSecurityContext Property
Gets or sets a value indicating whether a secure conversation is established using SecurityContextToken security tokens.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim securityPolicyAssertion1 As SecurityPolicyAssertion
Dim returnValue As Boolean
returnValue = securityPolicyAssertion1.EstablishSecurityContext
Dim sampleValue As Boolean
securityPolicyAssertion1.EstablishSecurityContext = sampleValue
Syntax
'Declaration
Public Property EstablishSecurityContext() As Boolean
public bool EstablishSecurityContext {get; set;}
public:
property bool EstablishSecurityContext {
bool get();
void set(bool value);
}
public boolean get_EstablishSecurityContext();
public void set_EstablishSecurityContext(boolean);
public function get EstablishSecurityContext() : Boolean;
public function set EstablishSecurityContext(Boolean);
Property Value
true if a secure conversation is established using SecurityContextToken security tokens; otherwise, false. The default is false.
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