DataCacheSecurity Constructor (String, Boolean)

 

Initializes a new instance of the DataCacheSecurity class.

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

Syntax

public DataCacheSecurity(
    string authorizationToken,
    bool sslEnabled
)
public:
DataCacheSecurity(
    String^ authorizationToken,
    bool sslEnabled
)
new : 
        authorizationToken:string *
        sslEnabled:bool -> DataCacheSecurity
Public Sub New (
    authorizationToken As String,
    sslEnabled As Boolean
)

Parameters

  • authorizationToken
    Type: System.String

    The authorization token.

  • sslEnabled
    Type: System.Boolean

    Specifies whether SSL should be used.

See Also

DataCacheSecurity Overload
DataCacheSecurity Class
Microsoft.ApplicationServer.Caching Namespace

Return to top