LocalClientSecuritySettings::NonceCache Property

.NET Framework (current version)
 

Gets or sets the cache for the local client security settings.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property NonceCache^ NonceCache {
	NonceCache^ get();
	void set(NonceCache^ value);
}

Property Value

Type: System.ServiceModel.Security::NonceCache^

The cache for the local client security settings.

.NET Framework
Available since 4.5
Return to top
Show: