DataCacheSecurity Constructor (SecureString)

 

Initializes a new instance of the DataCacheSecurity class. Applies only to Windows Azure Shared Caching.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public DataCacheSecurity(
    SecureString authorizationToken
)
public:
DataCacheSecurity(
    SecureString^ authorizationToken
)
new : 
        authorizationToken:SecureString -> DataCacheSecurity
Public Sub New (
    authorizationToken As SecureString
)

Parameters

  • authorizationToken
    Type: System.Security.SecureString

    A SecureString object that contains the authorization token from the Microsoft Azure Management Portal.

Remarks

For more information, see .5fc70536-d002-4ae6-bdc6-36b65ff0a016

See Also

DataCacheSecurity Overload
DataCacheSecurity Class
Microsoft.ApplicationServer.Caching Namespace

Return to top