Udostępnij za pośrednictwem


RSAOpenSsl.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 powoduje utworzenie nowego SafeEvpPKeyHandle obiektu z własnym okresem istnienia. Obiekty zwrócone przez tę metodę mogą być bezpiecznie używane nawet po usunięciu tego RSAOpenSsl wystąpienia.

Dotyczy