Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim token As SecurityToken
Dim instance As New UseKey(token)
|
Syntax
Visual Basic |
Public Sub New ( _
token As SecurityToken _
)
|
C# |
public UseKey (
SecurityToken token
)
|
C++ |
public:
UseKey (
SecurityToken^ token
)
|
J# |
public UseKey (
SecurityToken token
)
|
JScript |
public function UseKey (
token : SecurityToken
)
|
Parameters
- token
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also