SecurityAlgorithmSuiteValue 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.
public enum class SecurityAlgorithmSuiteValue
public enum SecurityAlgorithmSuiteValue
type SecurityAlgorithmSuiteValue =
Public Enum SecurityAlgorithmSuiteValue
- Inheritance
-
SecurityAlgorithmSuiteValue
Fields
Name | Value | Description |
---|---|---|
Basic128 | 0 | |
Basic128Rsa15 | 1 | |
Basic128Sha256 | 2 | |
Basic128Sha256Rsa15 | 3 | |
Basic192 | 4 | |
Basic192Rsa15 | 5 | |
Basic192Sha256 | 6 | |
Basic192Sha256Rsa15 | 7 | |
Basic256 | 8 | |
Basic256Rsa15 | 9 | |
Basic256Sha256 | 10 | |
Basic256Sha256Rsa15 | 11 | |
TripleDes | 12 | |
TripleDesRsa15 | 13 | |
TripleDesSha256 | 14 | |
TripleDesSha256Rsa15 | 15 |