CryptAlgorithmClassValues 枚举

定义

加密算法类

public enum CryptAlgorithmClassValues
public readonly struct CryptAlgorithmClassValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues>, IEquatable<DocumentFormat.OpenXml.Presentation.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

字段

CryptAlgorithmClassValues(String)

创建新的 CryptAlgorithmClassValues 枚举实例

Equals(CryptAlgorithmClassValues)
Equals(Object)
GetHashCode()
Hash 0

哈希算法类。

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

Hash

哈希算法类。

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

Invalid 1

无效的算法类。

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

Invalid

无效的算法类。

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

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

适用于