Mise à jour : novembre 2007
Définit un objet de wrapper pour accéder à l'implémentation du fournisseur de services de chiffrement (CSP) de l'algorithme SHA256.
Espace de noms :
System.Security.Cryptography Assembly :
System.Core (dans System.Core.dll)
Visual Basic (Déclaration)
<HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort := True)> _
Public NotInheritable Class SHA256CryptoServiceProvider _
Inherits SHA256
Visual Basic (Utilisation)
Dim instance As SHA256CryptoServiceProvider
[HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true)]
public sealed class SHA256CryptoServiceProvider : SHA256
[HostProtectionAttribute(SecurityAction::LinkDemand, MayLeakOnAbort = true)]
public ref class SHA256CryptoServiceProvider sealed : public SHA256
/** @attribute HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true) */
public final class SHA256CryptoServiceProvider extends SHA256
public final class SHA256CryptoServiceProvider extends SHA256
System..::.Object
System.Security.Cryptography..::.HashAlgorithm
System.Security.Cryptography..::.SHA256
System.Security.Cryptography..::.SHA256CryptoServiceProvider
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Windows Vista, Windows XP SP2, Windows Server 2003
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
.NET Framework
Pris en charge dans : 3.5
Référence