RC2 クラス
RC2 アルゴリズムのすべての実装の派生元となる基本クラスを表します。
この型のすべてのメンバの一覧については、RC2 メンバ を参照してください。
System.Object
System.Security.Cryptography.SymmetricAlgorithm
System.Security.Cryptography.RC2
System.Security.Cryptography.RC2CryptoServiceProvider
MustInherit Public Class RC2
Inherits SymmetricAlgorithm
[C#]
public abstract class RC2 : SymmetricAlgorithm
[C++]
public __gc __abstract class RC2 : public SymmetricAlgorithm
[JScript]
public abstract class RC2 extends SymmetricAlgorithm
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
必要条件
名前空間: System.Security.Cryptography
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: Mscorlib (Mscorlib.dll 内)