Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Security.Cryptography.OidGroup
Assembly: System.Security.Cryptography
Identifies Windows cryptographic object identifier (OID) groups.
Values
All
All the groups.
HashAlgorithm
The Windows group that is represented by CRYPT_HASH_ALG_OID_GROUP_ID.
EncryptionAlgorithm
The Windows group that is represented by CRYPT_ENCRYPT_ALG_OID_GROUP_ID.
PublicKeyAlgorithm
The Windows group that is represented by CRYPT_PUBKEY_ALG_OID_GROUP_ID.
SignatureAlgorithm
The Windows group that is represented by CRYPT_SIGN_ALG_OID_GROUP_ID.
Attribute
The Windows group that is represented by CRYPT_RDN_ATTR_OID_GROUP_ID.
ExtensionOrAttribute
The Windows group that is represented by CRYPT_EXT_OR_ATTR_OID_GROUP_ID.
EnhancedKeyUsage
The Windows group that is represented by CRYPT_ENHKEY_USAGE_OID_GROUP_ID.
Policy
The Windows group that is represented by CRYPT_POLICY_OID_GROUP_ID.
Template
The Windows group that is represented by CRYPT_TEMPLATE_OID_GROUP_ID.
KeyDerivationFunction
The Windows group that is represented by CRYPT_KDF_OID_GROUP_ID.