CryptAlgorithmValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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
字段
名称 | 值 | 说明 |
---|---|---|
TypeAny | 0 | 任何类型。 将项序列化为 xml 时,其值为“typeAny”。 |
Custom | 1 | 习惯。 当项序列化为 xml 时,其值为“custom”。 此项仅在 Office 2010 及更高版本中可用。 |
CryptAlgorithmValues(String) | 创建新的 CryptAlgorithmValues 枚举实例 |
|
Custom | 习惯。 当项序列化为 xml 时,其值为“custom”。 此项仅在 Office 2010 及更高版本中可用。 |
|
Equality(CryptAlgorithmValues, CryptAlgorithmValues) | ||
Equals(CryptAlgorithmValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CryptAlgorithmValues>.Create(String) | ||
Inequality(CryptAlgorithmValues, CryptAlgorithmValues) | ||
ToString() | ||
TypeAny | 任何类型。 将项序列化为 xml 时,其值为“typeAny”。 |