ISecureDataFormat<TData> Interface

Définition

Contrat de sécurisation des données.

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

Paramètres de type

TData

Type des données à protéger.

Dérivé

Méthodes

Protect(TData)

Protège le spécifié data.

Protect(TData, String)

Protège le spécifié data pour le spécifié purpose.

Unprotect(String)

Annule la protection du spécifié protectedText.

Unprotect(String, String)

Annule la protection spécifiée à l’aide protectedText du spécifié.purpose

S’applique à