SafeEvpPKeyHandle.DuplicateHandle 方法

定义

创建此类型的另一个实例,该实例具有独立生存期,但是跟踪相同资源。

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

返回

此类型的另一个实例,该实例具有独立生存期,但是跟踪相同资源。

例外

此句柄无效。

适用于

另请参阅