ISecureDataFormat<TData> Interface

Definition

A contract for securing data.

generic <typename TData>
public interface class ISecureDataFormat
public interface ISecureDataFormat<TData>
type ISecureDataFormat<'Data> = interface
Public Interface ISecureDataFormat(Of TData)

Type Parameters

TData

The type of the data to protect.

Derived

Methods

Protect(TData)

Protects the specified data.

Protect(TData, String)

Protects the specified data for the specified purpose.

Unprotect(String)

Unprotects the specified protectedText.

Unprotect(String, String)

Unprotects the specified protectedText using the specified purpose.

Applies to