CryptAlgorithmClassValues Enum   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the CryptAlgorithmClassValues enumeration.
public enum CryptAlgorithmClassValuespublic readonly struct CryptAlgorithmClassValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues>type CryptAlgorithmClassValues = type CryptAlgorithmClassValues = struct
    interface IEnumValue
    interface IEnumValueFactory<CryptAlgorithmClassValues>Public Enum CryptAlgorithmClassValuesPublic Structure CryptAlgorithmClassValues
Implements IEnumValue, IEnumValueFactory(Of CryptAlgorithmClassValues), IEquatable(Of CryptAlgorithmClassValues)- Inheritance
- 
				CryptAlgorithmClassValues
- Inheritance
- 
				CryptAlgorithmClassValues
Fields
| Name | Value | Description | 
|---|---|---|
| Hash | 0 | Hashing. When the item is serialized out as xml, its value is "hash". | 
| Custom | 1 | custom. When the item is serialized out as xml, its value is "custom". This item is only available in Office 2010 and later. | 
| CryptAlgorithmClassValues(String) | Creates a new CryptAlgorithmClassValues enum instance | |
| Custom | custom. When the item is serialized out as xml, its value is "custom". This item is only available in Office 2010 and later. | |
| Equality(CryptAlgorithmClassValues, CryptAlgorithmClassValues) | ||
| Equals(CryptAlgorithmClassValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| Hash | Hashing. When the item is serialized out as xml, its value is "hash". | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<CryptAlgorithmClassValues>.Create(String) | ||
| Inequality(CryptAlgorithmClassValues, CryptAlgorithmClassValues) | ||
| ToString() |