RedactConnectionStringAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
RedactConnectionStringAttribute() |
Methods
Redact(Object) |
Redacts the provided value. |