CryptoMechanismType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of crypto mechanism
public enum CryptoMechanismType
type CryptoMechanismType =
Public Enum CryptoMechanismType
- Inheritance
-
CryptoMechanismType
Fields
Name | Value | Description |
---|---|---|
Certificate | 0 | |
AsymmetricKey | 1 | |
SymmetricKey | 2 | |
Password | 3 |