SetDataEncryptionKeyRequest.EncryptionKey Property
Applies To: Dynamics CRM 2015
Gets or sets the value of the data encryption key.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public string EncryptionKey { get; set; }
public:
property String^ EncryptionKey {
String^ get();
void set(String^ value);
}
member EncryptionKey : string with get, set
Public Property EncryptionKey As String
Property Value
Type: System.String
Type: String
.
See Also
SetDataEncryptionKeyRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright