Share via


DataProtectionCryptographyService Class

Provides Cryptography services using the Data Protection API.

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

Syntax

'Declaration
Public Class DataProtectionCryptographyService
    Implements ICryptographyService, IConfigurable
'Usage
Dim instance As DataProtectionCryptographyService
public class DataProtectionCryptographyService : ICryptographyService, IConfigurable
public ref class DataProtectionCryptographyService : ICryptographyService, IConfigurable
public class DataProtectionCryptographyService implements ICryptographyService, IConfigurable
public class DataProtectionCryptographyService implements ICryptographyService, IConfigurable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.CompositeUI.Services.DataProtectionCryptographyService

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataProtectionCryptographyService Members
Microsoft.Practices.CompositeUI.Services Namespace