Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Crée une instance de DataProtectionProvider avec la portée spécifiée.

Espace de nom : Developpez.Dotnet.Security
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public DataProtectionProvider(
	DataProtectionScope scope
)
Visual Basic (Déclaration)
Public Sub New ( _
	scope As DataProtectionScope _
)
Visual C++
public:
DataProtectionProvider(
	DataProtectionScope scope
)

Paramètres

scope
Type: System.Security.Cryptography..::..DataProtectionScope
Portée de la protection

Voir aussi