Click or drag to resize
XmlRsaEncryptionBase Properties

The XmlRsaEncryptionBase type exposes the following members.

Properties
  NameDescription
Public propertyEncryptionKey
Gets or sets the Encryption Key data required for cryptographic routines.
Public propertyEncryptionOptions
Gets or sets options used when encrypting or decrypting.
Public propertyEnvelopeUpgradeBehavior
Gets or sets whether to only use the latest version of the Envelope or to fall back and attempt to use an older version of the envelope if decryption fails.
Public propertyInputDocument
Gets or sets the input XmlDocument.
Public propertyInputDocumentString
Gets or sets the input XML string. (Changing the InputDocument property affects this property, and setting this property updates the InputDocument property.)
Public propertyLastError
Gets or sets the last error that occurred.
Public propertyOutputDocument
Gets or sets the output XmlDocument (null when processing has not been or completed, or failed).
Public propertyOutputDocumentString
Gets the output XML string (derived from the OutputDocument property, this is an empty string null when processing has not been or completed, or failed).
Public propertySignatureOptions
Gets or sets options used when creating or verifying digital signatures.
Public propertyUseEncryption
Gets whether encryption or decryption is required.
Public propertyUseSignatures
Gets whether digital signatures need to be created or verified.
Top
See Also