Share via


CryptAlgorithmValues 枚举

定义

定义 CryptAlgorithmValues 枚举。

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

字段

CryptAlgorithmValues(String)

创建新的 CryptAlgorithmValues 枚举实例

Custom 1

自 定义。

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

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

Custom

自 定义。

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

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

Equals(CryptAlgorithmValues)
Equals(Object)
GetHashCode()
Equality(CryptAlgorithmValues, CryptAlgorithmValues)
Inequality(CryptAlgorithmValues, CryptAlgorithmValues)
ToString()
TypeAny 0

任何类型。

将项序列化为 xml 时,其值为“typeAny”。

TypeAny

任何类型。

将项序列化为 xml 时,其值为“typeAny”。

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CryptAlgorithmValues>.Create(String)

适用于