CryptAlgorithmClassValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
加密算法类
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
字段
名称 | 值 | 说明 |
---|---|---|
Hash | 0 | 哈希算法类。 当项序列化为 xml 时,其值为“hash”。 |
Invalid | 1 | 无效的算法类。 当项序列化为 xml 时,其值为“无效”。 |
CryptAlgorithmClassValues(String) | 创建新的 CryptAlgorithmClassValues 枚举实例 |
|
Equality(CryptAlgorithmClassValues, CryptAlgorithmClassValues) | ||
Equals(CryptAlgorithmClassValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Hash | 哈希算法类。 当项序列化为 xml 时,其值为“hash”。 |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CryptAlgorithmClassValues>.Create(String) | ||
Inequality(CryptAlgorithmClassValues, CryptAlgorithmClassValues) | ||
Invalid | 无效的算法类。 当项序列化为 xml 时,其值为“无效”。 |
|
ToString() |