更新 : 2007 年 11 月
高度暗号化標準 (AES: Advanced Encryption Standard) のすべての実装の継承元にする必要がある抽象基本クラスを表します。
<HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort := True)> _ Public MustInherit Class Aes _ Inherits SymmetricAlgorithm
Dim instance As Aes
[HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true)] public abstract class Aes : SymmetricAlgorithm
[HostProtectionAttribute(SecurityAction::LinkDemand, MayLeakOnAbort = true)] public ref class Aes abstract : public SymmetricAlgorithm
/** @attribute HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true) */ public abstract class Aes extends SymmetricAlgorithm
public abstract class Aes extends SymmetricAlgorithm
この型またはメンバに適用される HostProtectionAttribute 属性の Resources プロパティの値は、MayLeakOnAbort です。HostProtectionAttribute は、デスクトップ アプリケーション (通常、アイコンのダブルクリック、コマンドの入力、またはブラウザへの URL の入力により起動されます) には影響しません。詳細については、HostProtectionAttribute クラスのトピックまたは「SQL Server プログラミングとホスト保護属性」を参照してください。
Windows Vista, Windows XP SP2, Windows Server 2003