Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

EncryptPropertyAttribute Class (Microsoft.WindowsAzure.Storage.Table)

Represents a custom attribute that can be used to indicate whether an entity property should be encrypted.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  System.::..Attribute
    Microsoft.WindowsAzure.Storage.Table.::..EncryptPropertyAttribute

Syntax

 
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public sealed class EncryptPropertyAttribute : Attribute
 
[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

Methods

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.

Return to top