Skip to main content

ConfidentialAttribute class

Attribute used to mark data as confidential.

[AttributeUsage(AttributeTargets.Property, Inherited = false)]
public class ConfidentialAttribute : Attribute

Public Members

namedescription
ConfidentialAttribute()The default constructor.

See Also