CryptProviderValues 枚举

定义

定义 CryptProviderValues 枚举。

public enum CryptProviderValues
public readonly struct CryptProviderValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues>
type CryptProviderValues = 
type CryptProviderValues = struct
    interface IEnumValue
    interface IEnumValueFactory<CryptProviderValues>
Public Enum CryptProviderValues
Public Structure CryptProviderValues
Implements IEnumValue, IEnumValueFactory(Of CryptProviderValues), IEquatable(Of CryptProviderValues)
继承
CryptProviderValues
继承
CryptProviderValues

字段

CryptProviderValues(String)

创建新的 CryptProviderValues 枚举实例

Custom 2

自 定义。

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

此项仅在 Office 2010 及更高版本中可用。

Custom

自 定义。

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

此项仅在 Office 2010 及更高版本中可用。

Equals(CryptProviderValues)
Equals(Object)
GetHashCode()
Equality(CryptProviderValues, CryptProviderValues)
Inequality(CryptProviderValues, CryptProviderValues)
RsaAdvancedEncryptionStandard 0

AES 提供程序。

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

RsaAdvancedEncryptionStandard

AES 提供程序。

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

RsaFull

任何提供程序。

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

RsaFull 1

任何提供程序。

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

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CryptProviderValues>.Create(String)

适用于