Use this constructor if the serializer wants to pass more info to
the STS
Пространство имен:
Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim ski As SecurityKeyIdentifier
Dim token As SecurityToken
Dim instance As New UseKey(ski, token)
|
Синтаксис
Visual Basic |
Public Sub New ( _
ski As SecurityKeyIdentifier, _
token As SecurityToken _
)
|
C# |
public UseKey (
SecurityKeyIdentifier ski,
SecurityToken token
)
|
C++ |
public:
UseKey (
SecurityKeyIdentifier^ ski,
SecurityToken^ token
)
|
J# |
public UseKey (
SecurityKeyIdentifier ski,
SecurityToken token
)
|
JScript |
public function UseKey (
ski : SecurityKeyIdentifier,
token : SecurityToken
)
|
Параметры
- ski
-
the security key identifier which represents whose behalf the
request is being made
- token
-
the token which represents whose behalf the request is being
made
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также