CryptProviderValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cryptographic Provider Type
public enum CryptProviderValues
public readonly struct CryptProviderValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.CryptProviderValues>, IEquatable<DocumentFormat.OpenXml.Presentation.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)
- Inheritance
-
CryptProviderValues
- Inheritance
-
CryptProviderValues
Fields
Name | Value | Description |
---|---|---|
RsaAES | 0 | RSA AES Encryption Scheme. When the item is serialized out as xml, its value is "rsaAES". |
RsaFull | 1 | RSA Full Encryption Scheme. When the item is serialized out as xml, its value is "rsaFull". |
Invalid | 2 | Invalid Encryption Scheme. When the item is serialized out as xml, its value is "invalid". |
CryptProviderValues(String) | Creates a new CryptProviderValues enum instance |
|
Equality(CryptProviderValues, CryptProviderValues) | ||
Equals(CryptProviderValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CryptProviderValues>.Create(String) | ||
Inequality(CryptProviderValues, CryptProviderValues) | ||
Invalid | Invalid Encryption Scheme. When the item is serialized out as xml, its value is "invalid". |
|
RsaAES | RSA AES Encryption Scheme. When the item is serialized out as xml, its value is "rsaAES". |
|
RsaFull | RSA Full Encryption Scheme. When the item is serialized out as xml, its value is "rsaFull". |
|
ToString() |