ExtensionParameter.Encrypted 属性

定义

获取一个值,该值指示扩展插件参数值是否加密。

public:
 property bool Encrypted { bool get(); void set(bool value); };
public bool Encrypted { get; set; }
member this.Encrypted : bool with get, set
Public Property Encrypted As Boolean

属性值

如果加密扩展插件参数值,则为 true;否则为 false

适用于