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