Expand Minimize
This topic has not yet been rated - Rate this topic

OidGroup Enumeration

.NET Framework 4.5

Identifies Windows cryptographic object identifier (OID) groups.

Namespace:  System.Security.Cryptography
Assembly:  System (in System.dll)
public enum OidGroup
Member nameDescription
AllAll the groups.
AttributeThe Windows group that is represented by CRYPT_RDN_ATTR_OID_GROUP_ID.
EncryptionAlgorithmThe Windows group that is represented by CRYPT_ENCRYPT_ALG_OID_GROUP_ID.
EnhancedKeyUsageThe Windows group that is represented by CRYPT_ENHKEY_USAGE_OID_GROUP_ID.
ExtensionOrAttributeThe Windows group that is represented by CRYPT_EXT_OR_ATTR_OID_GROUP_ID.
HashAlgorithmThe Windows group that is represented by CRYPT_HASH_ALG_OID_GROUP_ID.
KeyDerivationFunctionThe Windows group that is represented by CRYPT_KDF_OID_GROUP_ID.
PolicyThe Windows group that is represented by CRYPT_POLICY_OID_GROUP_ID.
PublicKeyAlgorithmThe Windows group that is represented by CRYPT_PUBKEY_ALG_OID_GROUP_ID.
SignatureAlgorithmThe Windows group that is represented by CRYPT_SIGN_ALG_OID_GROUP_ID.
TemplateThe Windows group that is represented by CRYPT_TEMPLATE_OID_GROUP_ID.

This enumeration is used by the FromOidValue method.

.NET Framework

Supported in: 4.5

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.