SecurityPackageContextConnectionInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SecurityPackageContextConnectionInformation class contains data about a secure connection.
public ref class SecurityPackageContextConnectionInformation
public class SecurityPackageContextConnectionInformation
type SecurityPackageContextConnectionInformation = class
Public Class SecurityPackageContextConnectionInformation
- Inheritance
-
SecurityPackageContextConnectionInformation
Properties
AlgorithmIdentifier |
The AlgorithmIdentifier property contains the encryption algorithm used by the connection. |
CipherStrength |
The CipherStrength property contains the cipher strength of the encryption algorithm used on this connection. |
ExchangeStrength |
The ExchangeStrength property contains the exchange strength for this connection. |
Hash |
The Hash property contains the hashing algorithm used by this connection. |
HashStrength |
The HashStrength property contains the strength of the hashing algorithm used on this connection. |
KeyExchangeAlgorithm |
The KeyExchangeAlgorithm property contains the key exchange algorithm used by this connection. |
Protocol |
The Protocol property contains the security protocol used by this connection. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |