SupplyKeyMethod 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 ways a user can provide a cryptographic key.
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
PublicEnumerationSupplyKeyMethod
publicenumSupplyKeyMethod
publicenum classSupplyKeyMethod
publicenum SupplyKeyMethod
Members
Member name | Value | Description | |
---|---|---|---|
CreateNew | 0 | A new key should be created. | |
OpenExisting | 1 | An existing protected key file should be used. | |
ImportKey | 2 | An archived keyfile should be used. |
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. |