CryptAlgorithmClassValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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() |