SecureConversationEventArgs Constructor
Gets the security token issued by the security token service.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim token As SecurityContextToken
Dim secureConversationEventArgs1 As New SecureConversationEventArgs(token)
Syntax
'Declaration
Public Sub New( _
ByVal token As SecurityContextToken _
)
public SecureConversationEventArgs(
SecurityContextToken token
);
public:
SecureConversationEventArgs(
SecurityContextToken^ token
);
public SecureConversationEventArgs(
SecurityContextToken token
);
public function SecureConversationEventArgs(
token : SecurityContextToken
);
Parameters
- token
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
SecureConversationEventArgs Class
SecureConversationEventArgs Members
Microsoft.Web.Services3.Security Namespace