UseKey 构造函数 (SecurityKeyIdentifier)

Use this constructor if the requestor knows how to convert the token to a ski or it is already a ski

命名空间: Microsoft.IdentityModel.Protocols.WSTrust
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim ski As SecurityKeyIdentifier

Dim instance As New UseKey(ski)

语法

声明
Public Sub New ( _
    ski As SecurityKeyIdentifier _
)
public UseKey (
    SecurityKeyIdentifier ski
)
public:
UseKey (
    SecurityKeyIdentifier^ ski
)
public UseKey (
    SecurityKeyIdentifier ski
)
public function UseKey (
    ski : SecurityKeyIdentifier
)

参数

  • ski
    the security key identifier which represents on 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 命名空间