AsymmetricKeyExchangeFormatter 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示所有非對稱金鑰交換格式器衍生來源的基底類型。
public ref class AsymmetricKeyExchangeFormatter abstract
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public abstract class AsymmetricKeyExchangeFormatter
public abstract class AsymmetricKeyExchangeFormatter
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class AsymmetricKeyExchangeFormatter
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type AsymmetricKeyExchangeFormatter = class
type AsymmetricKeyExchangeFormatter = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type AsymmetricKeyExchangeFormatter = class
Public MustInherit Class AsymmetricKeyExchangeFormatter
- 繼承
-
AsymmetricKeyExchangeFormatter
- 衍生
- 屬性
備註
非對稱金鑰交換格式器會加密金鑰交換數據。
密鑰交換可讓傳送者建立秘密資訊,例如可用來作為對稱加密演算法中密鑰的隨機數據,並使用加密將它傳送給預定收件者。
警告
強烈建議您不要嘗試從提供的基本功能建立自己的密鑰交換方法,因為必須仔細執行作業的許多詳細數據,金鑰交換才能成功。
建構函式
AsymmetricKeyExchangeFormatter() |
初始化 AsymmetricKeyExchangeFormatter 的新執行個體。 |
屬性
Parameters |
在衍生類別中覆寫時,取得非對稱金鑰交換的參數。 |
方法
CreateKeyExchange(Byte[], Type) |
在衍生類別中覆寫時,從指定的輸入資料建立加密的金鑰交換資料。 |
CreateKeyExchange(Byte[]) |
在衍生類別中覆寫時,從指定的輸入資料建立加密的金鑰交換資料。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
SetKey(AsymmetricAlgorithm) |
在衍生類別中覆寫時,設定要用來加密機密資訊的公開金鑰。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |