Share via


CryptAlgorithmClassValues Enum

Definition

Defines the CryptAlgorithmClassValues enumeration.

public enum CryptAlgorithmClassValues
public 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 CryptAlgorithmClassValues
Public Structure CryptAlgorithmClassValues
Implements IEnumValue, IEnumValueFactory(Of CryptAlgorithmClassValues), IEquatable(Of CryptAlgorithmClassValues)
Inheritance
CryptAlgorithmClassValues
Inheritance
CryptAlgorithmClassValues

Fields

CryptAlgorithmClassValues(String)

Creates a new CryptAlgorithmClassValues 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(CryptAlgorithmClassValues)
Equals(Object)
GetHashCode()
Hash 0

Hashing.

When the item is serialized out as xml, its value is "hash".

Hash

Hashing.

When the item is serialized out as xml, its value is "hash".

Equality(CryptAlgorithmClassValues, CryptAlgorithmClassValues)
Inequality(CryptAlgorithmClassValues, CryptAlgorithmClassValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CryptAlgorithmClassValues>.Create(String)

Applies to