OrganizationServiceContextExtensions.GetDecryptionKey Method (OrganizationServiceContext)
Applies To: Dynamics CRM 2013
Gets a decryption key. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static string GetDecryptionKey(
this OrganizationServiceContext context
)
public:
[ExtensionAttribute]
static String^ GetDecryptionKey(
OrganizationServiceContext^ context
)
static member GetDecryptionKey :
context:OrganizationServiceContext -> string
<ExtensionAttribute>
Public Shared Function GetDecryptionKey (
context As OrganizationServiceContext
) As String
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
Return Value
Type: System.String
Returns String.
Remarks
This is a method wrapper for the GetDecryptionKeyRequest and GetDecryptionKeyResponse classes. See the documentation in the Request class for more information about this message.
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top