RedactConnectionStringAttribute Class

Definition

When applied to a connection string property on an options class, this attribute prevents the property value from being formatted by conforming IOptionFormatter instances.

[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
Inheritance
RedactConnectionStringAttribute
Attributes

Constructors

RedactConnectionStringAttribute()

Methods

Redact(Object)

Redacts the provided value.

Applies to