CryptAlgorithmClassValues 枚举

定义

定义 CryptAlgorithmClassValues 枚举。

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)
继承
CryptAlgorithmClassValues
继承
CryptAlgorithmClassValues

字段

名称 说明
Hash 0

散列法。

当项序列化为 xml 时,其值为“hash”。

Custom 1

习惯。

当项序列化为 xml 时,其值为“custom”。

此项仅在 Office 2010 及更高版本中可用。

CryptAlgorithmClassValues(String)

创建新的 CryptAlgorithmClassValues 枚举实例

Custom

习惯。

当项序列化为 xml 时,其值为“custom”。

此项仅在 Office 2010 及更高版本中可用。

Equality(CryptAlgorithmClassValues, CryptAlgorithmClassValues)
Equals(CryptAlgorithmClassValues)
Equals(Object)
GetHashCode()
Hash

散列法。

当项序列化为 xml 时,其值为“hash”。

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

适用于