RequestedProofToken Constructor (String)
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim computedKeyAlgorithm As String
Dim instance As New RequestedProofToken(computedKeyAlgorithm)
Syntax
'Declaration
Public Sub New ( _
computedKeyAlgorithm As String _
)
public RequestedProofToken (
string computedKeyAlgorithm
)
public:
RequestedProofToken (
String^ computedKeyAlgorithm
)
public RequestedProofToken (
String computedKeyAlgorithm
)
public function RequestedProofToken (
computedKeyAlgorithm : String
)
Parameters
- computedKeyAlgorithm
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also
Reference
RequestedProofToken Class
RequestedProofToken Members
Microsoft.IdentityModel.Protocols.WSTrust Namespace