Shake128.Clone 方法

定义

创建保留现有追加数据 Shake128 的新实例。

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

返回

当前实例的克隆。

例外

操作期间发生错误。

当前实例正在从中读取,无法克隆。

对象已释放。

适用于