次の方法で共有


IncrementalHash.Clone メソッド

定義

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

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

戻り値

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

例外

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

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

適用対象