Use this constructor if the serializer wants to pass more info to the STS
命名空间: Microsoft.IdentityModel.Protocols.WSTrust
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)
用法
Dim ski As SecurityKeyIdentifier Dim token As SecurityToken Dim instance As New UseKey(ski, token)
语法
声明
Public Sub New ( _
ski As SecurityKeyIdentifier, _
token As SecurityToken _
)
public UseKey (
SecurityKeyIdentifier ski,
SecurityToken token
)
public:
UseKey (
SecurityKeyIdentifier^ ski,
SecurityToken^ token
)
public UseKey (
SecurityKeyIdentifier ski,
SecurityToken token
)
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
请参见
参考
UseKey 类
UseKey 成员
Microsoft.IdentityModel.Protocols.WSTrust 命名空间