CryptAlgorithmValues 枚举

定义

加密算法类型

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

字段

名称 说明
TypeAny 0

任何算法类型。

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

Invalid 1

无效的算法类型。

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

CryptAlgorithmValues(String)

创建新的 CryptAlgorithmValues 枚举实例

Equality(CryptAlgorithmValues, CryptAlgorithmValues)
Equals(CryptAlgorithmValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CryptAlgorithmValues>.Create(String)
Inequality(CryptAlgorithmValues, CryptAlgorithmValues)
Invalid

无效的算法类型。

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

ToString()
TypeAny

任何算法类型。

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

适用于