StreamStatePersistenceService.CryptographyService Property

The ICryptographyService used to protect sensitive data.

Namespace: Microsoft.Practices.CompositeUI.Services
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<ServiceDependencyAttribute(Required:=False)> _
Public Property CryptographyService As ICryptographyService
'Usage
Dim instance As StreamStatePersistenceService
Dim value As ICryptographyService

value = instance.CryptographyService

instance.CryptographyService = value
[ServiceDependencyAttribute(Required=false)] 
public ICryptographyService CryptographyService { get; set; }
[ServiceDependencyAttribute(Required=false)] 
public:
property ICryptographyService^ CryptographyService {
    ICryptographyService^ get ();
    void set (ICryptographyService^ value);
}
/** @property */
public ICryptographyService get_CryptographyService ()

/** @property */
public void set_CryptographyService (ICryptographyService value)
public function get CryptographyService () : ICryptographyService

public function set CryptographyService (value : ICryptographyService)

See Also

Reference

StreamStatePersistenceService Class
StreamStatePersistenceService Members
Microsoft.Practices.CompositeUI.Services Namespace