ECDiffieHellmanPublicKey Class
Provides an abstract base class from which all ECDiffieHellmanCngPublicKey implementations must inherit.
Assembly: System.Core (in System.Core.dll)
System.Security.Cryptography.ECDiffieHellmanPublicKey
System.Security.Cryptography.ECDiffieHellmanCngPublicKey
| Name | Description | |
|---|---|---|
![]() | ECDiffieHellmanPublicKey() | Initializes a new instance of the ECDiffieHellmanPublicKey class. |
![]() | ECDiffieHellmanPublicKey(Byte()) | Initializes a new instance of the ECDiffieHellmanPublicKey class. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the current instance of the ECDiffieHellman class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ECDiffieHellman class and optionally releases the managed resources. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | ExportExplicitParameters() | When overridden in a derived class, exports the explicit ECParameters for an ECCurve object. |
![]() | ExportParameters() | When overridden in a derived class, exports the named or explicit ECParameters for an ECCurve object. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToByteArray() | Serializes the ECDiffieHellmanPublicKey key BLOB to a byte array. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | ToXmlString() | Serializes the ECDiffieHellmanPublicKey public key to an XML string. |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

