RedactConnectionStringAttribute 类

定义

当应用于 options 类上的连接字符串属性时,此属性可防止属性值被符合 IOptionFormatter 的实例格式化。

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public class RedactConnectionStringAttribute : Orleans.RedactAttribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type RedactConnectionStringAttribute = class
    inherit RedactAttribute
Public Class RedactConnectionStringAttribute
Inherits RedactAttribute
继承
RedactConnectionStringAttribute
属性

构造函数

RedactConnectionStringAttribute()

当应用于 options 类上的连接字符串属性时,此属性可防止属性值被符合 IOptionFormatter 的实例格式化。

方法

Redact(Object)

对提供的值进行修订。

适用于