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)

public:
DataCacheSecurity(
	String^ authorizationToken,
	bool sslEnabled
)

Parameters

authorizationToken
Type: System::String^

The authorization token.

sslEnabled
Type: System::Boolean

Specifies whether SSL should be used.

Return to top
Show: