ParameterInfo.Sensitive 属性

定义

获取一个值,该值指示当前参数是否包含敏感值。 如果该值为 true,则包含该参数的项目或包必须首先加密,然后才能保存到任何类型的存储中。

public:
 property bool Sensitive { bool get(); };
public bool Sensitive { get; }
member this.Sensitive : bool
Public ReadOnly Property Sensitive As Boolean

属性值

Boolean

如果当前参数包含敏感值,则为 true;否则为 false。

适用于