Delen via


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, String)

Protects the specified data for the specified purpose.

Protect(TData)

Protects the specified data.

Unprotect(String, String)

Unprotects the specified protectedText using the specified purpose.

Unprotect(String)

Unprotects the specified protectedText.

Applies to