XmlRsaEncryptionBase Class |
Namespace: com.softwarekey.Client.Encryption
The XmlRsaEncryptionBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | XmlRsaEncryptionBase | Creates a new XmlRsaEncryptionBase object. (Requires the EncryptionKey and InputDocument properties to be set before calling the Process method!) |
![]() | XmlRsaEncryptionBase(AuthorEncryptionKey, String) | Creates a new XmlRsaEncryptionBase object, initialized with the encryption data and input XML document string. |
![]() | XmlRsaEncryptionBase(AuthorEncryptionKey, XmlDocument) | Creates a new XmlRsaEncryptionBase object, initialized with the encryption data and input document. |
![]() | XmlRsaEncryptionBase(AuthorEncryptionKey, XmlNode) | Creates a new XmlRsaEncryptionBase object, initialized with the encryption data and input XML root node. |
Name | Description | |
---|---|---|
![]() | EncryptionKey | Gets or sets the Encryption Key data required for cryptographic routines. |
![]() | EncryptionOptions | Gets or sets options used when encrypting or decrypting. |
![]() | EnvelopeUpgradeBehavior | 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. |
![]() | InputDocument | Gets or sets the input XmlDocument. |
![]() | InputDocumentString | Gets or sets the input XML string. (Changing the InputDocument property affects this property, and setting this property updates the InputDocument property.) |
![]() | LastError | Gets or sets the last error that occurred. |
![]() | OutputDocument | Gets or sets the output XmlDocument (null when processing has not been or completed, or failed). |
![]() | OutputDocumentString | 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). |
![]() | SignatureOptions | Gets or sets options used when creating or verifying digital signatures. |
![]() | UseEncryption | Gets whether encryption or decryption is required. |
![]() | UseSignatures | Gets whether digital signatures need to be created or verified. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Process | Processes the input document. |
![]() | ToString | (Inherited from Object.) |
![]() |
---|
Use of this class directly is atypical and generally not recommended. This is available to make it easier to use customized License File and Web service request formats. |