AnonymousForCertificateAssertion.CorrelationState Constructor (EncryptedKeyToken)
Initializes a new instance of the AnonymousForCertificateAssertion.CorrelationState class by using the specified EncryptedKeyToken.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim token As EncryptedKeyToken
Dim anonymousForCertificateAssertion_CorrelationState1 As New AnonymousForCertificateAssertion.CorrelationState(token)
Syntax
'Declaration
Public Sub New( _
ByVal token As EncryptedKeyToken _
)
public AnonymousForCertificateAssertion.CorrelationState(
EncryptedKeyToken token
);
public:
AnonymousForCertificateAssertion::CorrelationState(
EncryptedKeyToken^ token
);
public AnonymousForCertificateAssertion.CorrelationState(
EncryptedKeyToken token
);
public function AnonymousForCertificateAssertion.CorrelationState(
token : EncryptedKeyToken
);
Parameters
- token
The EncryptedKeyToken that is used to create an instance of the AnonymousForCertificateAssertion.CorrelationState class.
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
AnonymousForCertificateAssertion.CorrelationState Class
AnonymousForCertificateAssertion.CorrelationState Members
Microsoft.Web.Services3.Design Namespace