OidGroup Enum

Definition

Identifies Windows cryptographic object identifier (OID) groups.

public enum class OidGroup
public enum OidGroup
type OidGroup = 
Public Enum OidGroup
Inheritance
OidGroup

Fields

All 0

All the groups.

Attribute 5

The Windows group that is represented by CRYPT_RDN_ATTR_OID_GROUP_ID.

EncryptionAlgorithm 2

The Windows group that is represented by CRYPT_ENCRYPT_ALG_OID_GROUP_ID.

EnhancedKeyUsage 7

The Windows group that is represented by CRYPT_ENHKEY_USAGE_OID_GROUP_ID.

ExtensionOrAttribute 6

The Windows group that is represented by CRYPT_EXT_OR_ATTR_OID_GROUP_ID.

HashAlgorithm 1

The Windows group that is represented by CRYPT_HASH_ALG_OID_GROUP_ID.

KeyDerivationFunction 10

The Windows group that is represented by CRYPT_KDF_OID_GROUP_ID.

Policy 8

The Windows group that is represented by CRYPT_POLICY_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.

Template 9

The Windows group that is represented by CRYPT_TEMPLATE_OID_GROUP_ID.

Remarks

This enumeration is used by the FromOidValue method.

Applies to