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