Share via


KeyGeneratorOptions Enumeration

Defines the options for how a server key generator generates keys.

Namespace: Microsoft.Clm.Common.UserProfiles
Assembly: Microsoft.Clm.Common (in Microsoft.Clm.Common.dll)

Usage

'Usage
Dim instance As KeyGeneratorOptions

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration KeyGeneratorOptions
[FlagsAttribute] 
public enum KeyGeneratorOptions
[FlagsAttribute] 
public enum class KeyGeneratorOptions
/** @attribute FlagsAttribute() */ 
public enum KeyGeneratorOptions
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.

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

Reference

Microsoft.Clm.Common.UserProfiles Namespace