简体   繁体   中英

How to column-level encrypt in Dynamics CRM 2015?

I know that Dynamics CRM 2015 comes with encryption on for specific fields.

EmailServerProfile  IncomingPassword
EmailServerProfile  OutgoingPassword
Mailbox             Password
Queue               EmailPassword
UserSettings        EmailPassword

I want to use the built-in encryption feature to encrypt custom fields (columns). My instance of CRM has SSL and Data Encryption enabled.

How can I do this?

EDIT: Query to find encrypted columns.

SELECT [TableColumnName], [IsEncrypted]
  FROM [Our_Organization].[MetadataSchema].[Attribute]
  WHERE IsEncrypted = 1

我什么都没说可以加密自定义字段,所以我认为答案是“否”。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM