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