Partager via


Classe GetDecryptionKeyRequest

S'applique à: CRM 2015 on-prem, CRM Online

Utilisation interne uniquement. See RetrieveDataEncryptionKeyRequest.

Espace de noms: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (dans Microsoft.Crm.Sdk.Proxy.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
Public NotInheritable Class GetDecryptionKeyRequest
    Inherits OrganizationRequest
[DataContractAttribute(Namespace="https://schemas.microsoft.com/crm/2011/Contracts")] 
public sealed class GetDecryptionKeyRequest : OrganizationRequest

Remarques

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 CRM database. This message was incorrectly marked as public in previous SDK Microsoft Dynamics CRM releases.

Message Availability

Pour que ce message fonctionne, l'appelant doit être connecté au serveur. This message is supported only for on-premises and Internet-facing deployments (IFDs).

Usage

Pass an instance of this class to the Execute method, which returns an instance of the GetDecryptionKeyResponse class.

Privileges and Access Rights

For a complete list of the required privileges, see GetDecryptionKey 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 CRM server and on the email router.

Hiérarchie d'héritage

System.Object
   Microsoft.Xrm.Sdk.OrganizationRequest
    Microsoft.Crm.Sdk.Messages.GetDecryptionKeyRequest

Cohérence de thread

Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.

Plateformes

Plateformes de développement

Windows Vista, Windows Server 2003 et

Plateformes cibles

Windows Vista,Windows XP

Voir aussi

Référence

Membres GetDecryptionKeyRequest
Espace de noms Microsoft.Crm.Sdk.Messages
GetDecryptionKeyResponse

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.