Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cryptographic Provider Type
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration CryptProviderValues
'Usage
Dim instance As CryptProviderValues
public enum CryptProviderValues
Members
| Member name | Description | |
|---|---|---|
| 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". | |
| Invalid | Invalid Encryption Scheme. When the item is serialized out as xml, its value is "invalid". |