DataCacheSecurity Constructor (SecureString, Boolean)

 

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,
    bool sslEnabled
)
public:
DataCacheSecurity(
    SecureString^ authorizationToken,
    bool sslEnabled
)
new : 
        authorizationToken:SecureString *
        sslEnabled:bool -> DataCacheSecurity
Public Sub New (
    authorizationToken As SecureString,
    sslEnabled As Boolean
)

Parameters

  • authorizationToken
    Type: System.Security.SecureString

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

  • sslEnabled
    Type: System.Boolean

    Specifies whether SSL should be used.

Remarks

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

See Also

DataCacheSecurity Overload
DataCacheSecurity Class
Microsoft.ApplicationServer.Caching Namespace

Return to top