ECDiffieHellmanOpenSsl.DuplicateKeyHandle Метод
Определение
Возвращает представление SafeEvpPKeyHandle криптографического ключа.Gets a SafeEvpPKeyHandle representation of the cryptographic key.
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
Возвращаемое значение
Представление SafeEvpPKeyHandle криптографического ключа.A SafeEvpPKeyHandle representation of the cryptographic key.
Комментарии
Каждый вызов этого метода создает новый SafeEvpPKeyHandle объект со своим собственным временем существования.Each call to this method produces a new SafeEvpPKeyHandle object with its own lifetime. Объекты, возвращаемые этим методом, можно безопасно использовать даже после ECDiffieHellmanOpenSsl удаления этого экземпляра.The objects returned by this method can safely be used even after this ECDiffieHellmanOpenSsl instance has been disposed.