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
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
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