OidGroup Enum

Definition

Identifies Windows cryptographic object identifier (OID) groups.

C#
public enum OidGroup
Inheritance
OidGroup

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.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.3, 1.4, 1.6, 2.0, 2.1