KmacXof256.Clone メソッド

定義

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

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

戻り値

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

例外

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

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

適用対象