Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim computedKeyAlgorithm As String
Dim instance As New RequestedProofToken(computedKeyAlgorithm)
|
Syntax
Visual Basic |
Public Sub New ( _
computedKeyAlgorithm As String _
)
|
C# |
public RequestedProofToken (
string computedKeyAlgorithm
)
|
C++ |
public:
RequestedProofToken (
String^ computedKeyAlgorithm
)
|
J# |
public RequestedProofToken (
String computedKeyAlgorithm
)
|
JScript |
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