Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
WSE 3.0
Class Library
 EstablishSecurityContext Property
Collapse All/Expand All Collapse All
Web Services Enhancements 3.0
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)

Visual Basic
Dim securityPolicyAssertion1 As SecurityPolicyAssertion

Dim returnValue As Boolean
returnValue = securityPolicyAssertion1.EstablishSecurityContext

Dim sampleValue As Boolean
securityPolicyAssertion1.EstablishSecurityContext = sampleValue
Visual Basic
Public Property EstablishSecurityContext() As Boolean
C#
public bool EstablishSecurityContext {get; set;}
C++
public:
property bool EstablishSecurityContext {
    bool get();
    void set(bool value);
}
J#
public boolean get_EstablishSecurityContext();
public void set_EstablishSecurityContext(boolean);
JScript
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker