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)

Использование

Visual Basic
Dim ski As SecurityKeyIdentifier

Dim instance As New UseKey(ski)

Синтаксис

Visual Basic
Public Sub New ( _
		ski As SecurityKeyIdentifier _
)
C#
public UseKey (
		SecurityKeyIdentifier ski
)
C++
public:
UseKey (
		SecurityKeyIdentifier^ ski
)
J#
public UseKey (
		SecurityKeyIdentifier ski
)
JScript
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

См. также