Defines the options for how a server key generator generates keys.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As KeyGeneratorOptions

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration KeyGeneratorOptions
C#
[FlagsAttribute] 
public enum KeyGeneratorOptions
C++
[FlagsAttribute] 
public enum class KeyGeneratorOptions
J#
/** @attribute FlagsAttribute() */ 
public enum KeyGeneratorOptions
JScript
FlagsAttribute 
public enum KeyGeneratorOptions

Members

Member name Description
Default The server key generator supports the default options.
ExportKeySupported The server key generator supports exporting of keys.
None No server key generator options are specified.

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