自定义管道组件||密码字段屏蔽 [英] Custom Pipeline component || Password Field Masking

查看:123
本文介绍了自定义管道组件||密码字段屏蔽的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个自定义管道组件。属性包中有两个自定义属性,用户名和密码。

如何屏蔽和/或加密密码字段,以便通过BizTalk admninistration控制台无法看到它?

I have a custom pipeline component . There are two custom properties in the property bag, username and password.
How can I mask and/or encrypt the password field so that it is not visible via the BizTalk admninistration console?

推荐答案

我不会将用户名和密码存储在属性包中。

I would refrain from storing the username and the password in the property bag.

我会改用SSO DB来存储这样,并根据需要从自定义管道中的SSO DB中读取信息。

I would instead use the SSO DB to store this, and read the information from SSO DB in the Custom Pipeline as required.


这篇关于自定义管道组件||密码字段屏蔽的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆