Kmac256.Clone メソッド

定義

既存の追加データが保持された Kmac256 の新しいインスタンスを作成します。

public:
 System::Security::Cryptography::Kmac256 ^ Clone();
public System.Security.Cryptography.Kmac256 Clone ();
member this.Clone : unit -> System.Security.Cryptography.Kmac256
Public Function Clone () As Kmac256

戻り値

現在のインスタンスの複製。

例外

操作中にエラーが発生しました。

オブジェクトは既に破棄されています。

適用対象