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.
Cryptographic Algorithm Type
public enum CryptAlgorithmValues
public readonly struct CryptAlgorithmValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues>, IEquatable<DocumentFormat.OpenXml.Presentation.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
Name | Value | Description |
---|---|---|
TypeAny | 0 | Any Algorithm Type. When the item is serialized out as xml, its value is "typeAny". |
Invalid | 1 | Invalid Algorithm Type. When the item is serialized out as xml, its value is "invalid". |
CryptAlgorithmValues(String) | Creates a new CryptAlgorithmValues enum instance |
|
Equality(CryptAlgorithmValues, CryptAlgorithmValues) | ||
Equals(CryptAlgorithmValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CryptAlgorithmValues>.Create(String) | ||
Inequality(CryptAlgorithmValues, CryptAlgorithmValues) | ||
Invalid | Invalid Algorithm Type. When the item is serialized out as xml, its value is "invalid". |
|
ToString() | ||
TypeAny | Any Algorithm Type. When the item is serialized out as xml, its value is "typeAny". |