ManagedParameterWrapper.Required 属性

定义

获取或设置参数是否包含敏感值。

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

属性值

如此 如果必须加密包含此参数的项目或包,然后再保存到任何类型的存储;否则为 false。

实现

适用于