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.

Enumeration to represent the steps within the CryptographicKeyWizard.

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

Syntax

'Declaration
PublicEnumerationCryptographicKeyWizardStep
publicenumCryptographicKeyWizardStep
publicenum classCryptographicKeyWizardStep
publicenum CryptographicKeyWizardStep

Members

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

See Also

EnterpriseLibrary.Security.Cryptography.Configuration.Design Namespace

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.