CryptographicKeyWizardStep Enumeration

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

Enumeration to represent the steps within the CryptographicKeyWizard.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design.dll)

Syntax

'Declaration
Public Enumeration CryptographicKeyWizardStep
public enum CryptographicKeyWizardStep
public enum class CryptographicKeyWizardStep
public enum CryptographicKeyWizardStep

Members

Member name Description
SupplyKey
Wizard step in which the user decides how to provide a key.
CreateNewKey
Wizard step in which the user specifies a new cryptographic key.
ChooseKeyFile
Wizard step in which the user specifies a file, the cryptoghrapic key should be stored in.
ChooseProtectionScope
Wizard step in which the user specifies the DataProtectionScope which should be used to protect the key file.
OpenExistingKeyFile
Wizard step in which the user chooses a existing keyfile that should be used as key.
ImportArchivedKey
Wizard step in which the user imports an archived keyfile as key.
Finished
Wizard step that indicates the wizard is completed.

See Also

Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design Namespace