Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim secret As Byte()

Dim instance As New ProtectedKey(secret)

Синтаксис

Visual Basic
Public Sub New ( _
		secret As Byte() _
)
C#
public ProtectedKey (
		byte[] secret
)
C++
public:
ProtectedKey (
		array<unsigned char>^ secret
)
J#
public ProtectedKey (
		byte[] secret
)
JScript
public function ProtectedKey (
		secret : byte[]
)

Параметры

secret

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также