Kmac128.Clone メソッド

定義

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

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

戻り値

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

例外

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

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

適用対象