UsernameForCertificateAssertion.CorrelationState Constructor (EncryptedKeyToken)
Initializes a new instance of the UsernameForCertificateAssertion.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 usernameForCertificateAssertion_CorrelationState1 As New UsernameForCertificateAssertion.CorrelationState(token)
Syntax
'Declaration
Public Sub New( _
ByVal token As EncryptedKeyToken _
)
public UsernameForCertificateAssertion.CorrelationState(
EncryptedKeyToken token
);
public:
UsernameForCertificateAssertion::CorrelationState(
EncryptedKeyToken^ token
);
public UsernameForCertificateAssertion.CorrelationState(
EncryptedKeyToken token
);
public function UsernameForCertificateAssertion.CorrelationState(
token : EncryptedKeyToken
);
Parameters
- token
The EncryptedKeyToken that must be stored within the UsernameForCertificateAssertion.CorrelationState instance.
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
UsernameForCertificateAssertion.CorrelationState Class
UsernameForCertificateAssertion.CorrelationState Members
Microsoft.Web.Services3.Design Namespace