mscorlib(4.0.0.0) API with additions
OidGroup.cs
2 {
4  public enum OidGroup
5  {
7  All,
17  Attribute,
23  Policy,
25  Template,
28  }
29 }
The Windows group that is represented by CRYPT_EXT_OR_ATTR_OID_GROUP_ID.
Represents the base class for custom attributes.
Definition: Attribute.cs:15
The Windows group that is represented by CRYPT_KDF_OID_GROUP_ID.
OidGroup
Identifies Windows cryptographic object identifier (OID) groups.
Definition: OidGroup.cs:4
Attribute can be applied to any application element.
The Windows group that is represented by CRYPT_ENHKEY_USAGE_OID_GROUP_ID.
The Windows group that is represented by CRYPT_POLICY_OID_GROUP_ID.
Represents the base class from which all implementations of cryptographic hash algorithms must derive...
Definition: HashAlgorithm.cs:8
The Windows group that is represented by CRYPT_SIGN_ALG_OID_GROUP_ID.
The Windows group that is represented by CRYPT_PUBKEY_ALG_OID_GROUP_ID.
The Windows group that is represented by CRYPT_TEMPLATE_OID_GROUP_ID.
The Windows group that is represented by CRYPT_ENCRYPT_ALG_OID_GROUP_ID.