共用方式為


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

傳回

此類型或現有句柄的另一個實例。

例外狀況

這個句柄無效。

備註

在 .NET 8 和舊版中,此方法會建立新的 EVP_PKEY 實例。 在 .NET 9 和更新版本中,此方法會遞增現有 EVP_PKEY 實例的參考計數,並將句柄傳回至相同的索引鍵。

適用於

另請參閱