OidGroup 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.
Identifies Windows cryptographic object identifier (OID) groups.
public enum class OidGroup
public enum OidGroup
type OidGroup =
Public Enum OidGroup
- Inheritance
Fields
Name | Value | Description |
---|---|---|
All | 0 | All the groups. |
HashAlgorithm | 1 | The Windows group that is represented by CRYPT_HASH_ALG_OID_GROUP_ID. |
EncryptionAlgorithm | 2 | The Windows group that is represented by CRYPT_ENCRYPT_ALG_OID_GROUP_ID. |
PublicKeyAlgorithm | 3 | The Windows group that is represented by CRYPT_PUBKEY_ALG_OID_GROUP_ID. |
SignatureAlgorithm | 4 | The Windows group that is represented by CRYPT_SIGN_ALG_OID_GROUP_ID. |
Attribute | 5 | The Windows group that is represented by CRYPT_RDN_ATTR_OID_GROUP_ID. |
ExtensionOrAttribute | 6 | The Windows group that is represented by CRYPT_EXT_OR_ATTR_OID_GROUP_ID. |
EnhancedKeyUsage | 7 | The Windows group that is represented by CRYPT_ENHKEY_USAGE_OID_GROUP_ID. |
Policy | 8 | The Windows group that is represented by CRYPT_POLICY_OID_GROUP_ID. |
Template | 9 | The Windows group that is represented by CRYPT_TEMPLATE_OID_GROUP_ID. |
KeyDerivationFunction | 10 | The Windows group that is represented by CRYPT_KDF_OID_GROUP_ID. |
Remarks
This enumeration is used by the FromOidValue method.