Visual Basic (Déclaration)
<HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort := True)> _
Public NotInheritable Class SHA384CryptoServiceProvider _
Inherits SHA384
Visual Basic (Utilisation)
Dim instance As SHA384CryptoServiceProvider
[HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true)]
public sealed class SHA384CryptoServiceProvider : SHA384
[HostProtectionAttribute(SecurityAction::LinkDemand, MayLeakOnAbort = true)]
public ref class SHA384CryptoServiceProvider sealed : public SHA384
/** @attribute HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true) */
public final class SHA384CryptoServiceProvider extends SHA384
public final class SHA384CryptoServiceProvider extends SHA384