C#C++F#VB
EncryptPropertyAttribute Class
Represents a custom attribute that can be used to indicate whether an entity property should be encrypted.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectSystem.::..Attribute
Microsoft.WindowsAzure.Storage.Table.::..EncryptPropertyAttribute
Syntax
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)] public sealed class EncryptPropertyAttribute : Attribute
C++
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false)] public ref class EncryptPropertyAttribute sealed : Attribute
[<Sealed>] [<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)>] type EncryptPropertyAttribute = class inherit Attribute end
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> Public NotInheritable Class EncryptPropertyAttribute Inherits Attribute
Constructors
| Name | Description | |
|---|---|---|
| EncryptPropertyAttribute()()()() |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Attribute.) | |
| GetHashCode()()()() | (Inherited from Attribute.) | |
| GetType()()()() | (Inherited from Object.) | |
| Match(Object)(Object^)(Object)(Object) | (Inherited from Attribute.) | |
| ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.