Initializes SymmetricKey class objects.
Namespace: Microsoft.Clm
Assembly: Microsoft.Clm.Common (in microsoft.clm.common.dll)

Usage

Visual Basic
Dim instance As New SymmetricKey

Syntax

Visual Basic
Protected Sub New
C#
protected SymmetricKey ()
C++
protected:
SymmetricKey ()
J#
protected SymmetricKey ()
JScript
protected function SymmetricKey ()

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also