CryptProviderValues Enumeration

Cryptographic Provider Type

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

声明
Public Enumeration CryptProviderValues
用法
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".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace