ECDiffieHellmanPublicKey 类
定义
提供所有 ECDiffieHellmanCngPublicKey 实现必须从中继承的抽象基类。Provides an abstract base class from which all ECDiffieHellmanCngPublicKey implementations must inherit.
public ref class ECDiffieHellmanPublicKey abstract : IDisposable
public abstract class ECDiffieHellmanPublicKey : IDisposable
[System.Serializable]
public abstract class ECDiffieHellmanPublicKey : IDisposable
type ECDiffieHellmanPublicKey = class
interface IDisposable
[<System.Serializable>]
type ECDiffieHellmanPublicKey = class
interface IDisposable
Public MustInherit Class ECDiffieHellmanPublicKey
Implements IDisposable
- 继承
-
ECDiffieHellmanPublicKey
- 派生
- 属性
- 实现
构造函数
| ECDiffieHellmanPublicKey() |
初始化 ECDiffieHellmanPublicKey 类的新实例。Initializes a new instance of the ECDiffieHellmanPublicKey class. |
| ECDiffieHellmanPublicKey(Byte[]) |
初始化 ECDiffieHellmanPublicKey 类的新实例。Initializes a new instance of the ECDiffieHellmanPublicKey class. |
方法
| Dispose() |
释放 ECDiffieHellman 类的当前实例所使用的所有资源。Releases all resources used by the current instance of the ECDiffieHellman class. |
| Dispose(Boolean) |
释放 ECDiffieHellman 类使用的非托管资源,并可以选择释放托管资源。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. (继承自 Object) |
| ExportExplicitParameters() |
在派生类中替代时,导出 ECCurve 对象的显式 ECParameters。When overridden in a derived class, exports the explicit ECParameters for an ECCurve object. |
| ExportParameters() |
在派生类中替代时,导出 ECCurve 对象的已命名或显式 ECParameters。When overridden in a derived class, exports the named or explicit ECParameters for an ECCurve object. |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToByteArray() |
将 ECDiffieHellmanPublicKey 密钥 BLOB 序列化为字节数组。Serializes the ECDiffieHellmanPublicKey key BLOB to a byte array. |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |
| ToXmlString() |
将 ECDiffieHellmanPublicKey 公钥序列化为 XML 字符串。Serializes the ECDiffieHellmanPublicKey public key to an XML string. |