CryptAlgorithmValues 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 CryptAlgorithmValues enumeration.
public enum CryptAlgorithmValues
public readonly struct CryptAlgorithmValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues>
type CryptAlgorithmValues =
type CryptAlgorithmValues = struct
interface IEnumValue
interface IEnumValueFactory<CryptAlgorithmValues>
Public Enum CryptAlgorithmValues
Public Structure CryptAlgorithmValues
Implements IEnumValue, IEnumValueFactory(Of CryptAlgorithmValues), IEquatable(Of CryptAlgorithmValues)
- Inheritance
-
CryptAlgorithmValues
- Inheritance
-
CryptAlgorithmValues
Fields
CryptAlgorithmValues(String) | Creates a new CryptAlgorithmValues enum instance |
|
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. |
Custom | custom. When the item is serialized out as xml, its value is "custom". This item is only available in Office 2010 and later. |
|
Equals(CryptAlgorithmValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Equality(CryptAlgorithmValues, CryptAlgorithmValues) | ||
Inequality(CryptAlgorithmValues, CryptAlgorithmValues) | ||
ToString() | ||
TypeAny | 0 | Any Type. When the item is serialized out as xml, its value is "typeAny". |
TypeAny | Any Type. When the item is serialized out as xml, its value is "typeAny". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CryptAlgorithmValues>.Create(String) |