Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DataClassification Struct
Definition
- Assembly:
- Microsoft.Extensions.Compliance.Abstractions.dll
- Package:
- Microsoft.Extensions.Compliance.Abstractions v10.7.0
- Source:
- DataClassification.cs
- Source:
- DataClassification.cs
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.
Represents a single classification which is part of a data taxonomy.
public value class DataClassification : IEquatable<Microsoft::Extensions::Compliance::Classification::DataClassification>
[System.ComponentModel.TypeConverter(typeof(Microsoft.Extensions.Compliance.Classification.DataClassificationTypeConverter))]
public readonly struct DataClassification : IEquatable<Microsoft.Extensions.Compliance.Classification.DataClassification>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Extensions.Compliance.Classification.DataClassificationTypeConverter))>]
type DataClassification = struct
Public Structure DataClassification
Implements IEquatable(Of DataClassification)
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DataClassification(String, String) |
Initializes a new instance of the DataClassification struct. |
Properties
| Name | Description |
|---|---|
| None |
Gets the value to represent data with no defined classification. |
| TaxonomyName |
Gets the name of the taxonomy that recognizes this classification. |
| Unknown |
Gets the value to represent data with an unknown classification. |
| Value |
Gets the value representing the classification within the taxonomy. |
Methods
| Name | Description |
|---|---|
| Equals(DataClassification) |
Checks if an object is equal to this instance of DataClassification. |
| Equals(Object) |
Checks if an object is equal to this instance of DataClassification. |
| GetHashCode() |
Get the hash code for the current instance. |
| ToString() |
Gets a string representation of this object. |
Operators
| Name | Description |
|---|---|
| Equality(DataClassification, DataClassification) |
Check if two instances are equal. |
| Inequality(DataClassification, DataClassification) |
Check if two instances are not equal. |
Applies to
Feedback
Was this page helpful?
