This documentation is archived and is not being maintained.
WrappedKeySecurityToken Constructor
Visual Studio 2010
Initializes a new instance of the WrappedKeySecurityToken class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: WrappedKeySecurityToken( String^ id, array<unsigned char>^ keyToWrap, String^ wrappingAlgorithm, SecurityToken^ wrappingToken, SecurityKeyIdentifier^ wrappingTokenReference )
Parameters
- id
- Type: System::String
The ID of the key token.
- keyToWrap
- Type: array<System::Byte>
The key to be wrapped.
- wrappingAlgorithm
- Type: System::String
The algorithm used to do the wrapping.
- wrappingToken
- Type: System.IdentityModel.Tokens::SecurityToken
A SecurityToken that represents the wrapping token.
- wrappingTokenReference
- Type: System.IdentityModel.Tokens::SecurityKeyIdentifier
A SecurityKeyIdentifier that represents a reference to the wrapping token.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: