更新 : 2007 年 11 月
高度暗号化標準 (AES: Advanced Encryption Standard) アルゴリズムの CAPI (Cryptographic Application Programming Interfaces) 実装を使用して、対称の暗号化と復号化を実行します。
<HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort := True)> _ Public NotInheritable Class AesCryptoServiceProvider _ Inherits Aes
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
この型またはメンバに適用される HostProtectionAttribute 属性の Resources プロパティの値は、MayLeakOnAbort です。HostProtectionAttribute は、デスクトップ アプリケーション (通常、アイコンのダブルクリック、コマンドの入力、またはブラウザへの URL の入力により起動されます) には影響しません。詳細については、HostProtectionAttribute クラスのトピックまたは「SQL Server プログラミングとホスト保護属性」を参照してください。
Windows Vista, Windows XP SP2, Windows Server 2003