GetDecryptionKeyRequest Class
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.
For internal use only. See RetrieveDataEncryptionKeyRequest.
public ref class GetDecryptionKeyRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class GetDecryptionKeyRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type GetDecryptionKeyRequest = class
inherit OrganizationRequest
Public NotInheritable Class GetDecryptionKeyRequest
Inherits OrganizationRequest
- Inheritance
- Attributes
Remarks
Contains the data that is needed to obtain the key that is used to encrypt or decrypt a user's or queue's email credentials that are stored in the Microsoft Dynamics 365 database. This message was incorrectly marked as public in previous Microsoft Dynamics 365 SDK releases.
Usage
Pass an instance of this class to the Execute(OrganizationRequest) method, which returns an instance of the GetDecryptionKeyResponse class.
Privileges and Access Rights
For a complete list of the required privileges, see GetDecryptionKey message privileges.
Notes for Callers
The caller must be a member of the Active DirectoryPrivUserGroup security group in on-premises installations or must be the root business-unit administrator in Services Provider License Agreement (SPLA) or Internet-facing deployments (IFDs). By default, this message enforces Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS). If you choose to enable HTTP for this communication, it is recommended that you enforce Internet Protocol security (IPsec) on the Microsoft Dynamics 365 server and on the email router.
Constructors
GetDecryptionKeyRequest() |
Initializes a new instance of the GetDecryptionKeyRequest class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. Optional. (Inherited from OrganizationRequest) |
Item[String] |
Gets or sets the indexer for the |
Parameters |
Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes. (Inherited from OrganizationRequest) |
RequestId |
Gets or sets the ID of the request. Optional. (Inherited from OrganizationRequest) |
RequestName |
Gets or sets the name of the request. Required, but is supplied by derived classes. (Inherited from OrganizationRequest) |