Udostępnij za pośrednictwem


ECDiffieHellmanOpenSsl.DuplicateKeyHandle Metoda

Definicja

Pobiera reprezentację SafeEvpPKeyHandle klucza kryptograficznego.

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

Zwraca

Reprezentacja SafeEvpPKeyHandle klucza kryptograficznego.

Uwagi

Każde wywołanie tej metody tworzy nowy SafeEvpPKeyHandle obiekt z własnym okresem istnienia. Obiekty zwrócone przez tę metodę można bezpiecznie używać nawet po usunięciu tego ECDiffieHellmanOpenSsl wystąpienia.

Dotyczy