SecurityPackageContextConnectionInformation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
該 SecurityPackageContextConnectionInformation 類別包含關於安全連線的資料。
public ref class SecurityPackageContextConnectionInformation
public class SecurityPackageContextConnectionInformation
type SecurityPackageContextConnectionInformation = class
Public Class SecurityPackageContextConnectionInformation
- 繼承
-
SecurityPackageContextConnectionInformation
屬性
| 名稱 | Description |
|---|---|
| AlgorithmIdentifier |
已淘汰.
該 AlgorithmIdentifier 性質包含連線所使用的加密演算法。 |
| CipherStrength |
已淘汰.
該 CipherStrength 性質包含用於此連線的加密演算法的密碼強度。 |
| ExchangeStrength |
已淘汰.
該 ExchangeStrength 性質包含此連結的交換強度。 |
| Hash |
已淘汰.
該 Hash 性質包含此連線所使用的雜湊演算法。 |
| HashStrength |
已淘汰.
該 HashStrength 性質包含了用於此連接的雜湊演算法強度。 |
| KeyExchangeAlgorithm |
已淘汰.
該 KeyExchangeAlgorithm 性質包含此連線所使用的金鑰交換演算法。 |
| Protocol |
該 Protocol 屬性包含此連線所使用的安全協定。 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetHashCode() |
做為預設哈希函式。 (繼承來源 Object) |
| GetType() |
取得目前實例的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
建立目前 Object的淺層複本。 (繼承來源 Object) |
| ToString() |
傳回表示目前 物件的字串。 (繼承來源 Object) |