Redigera

Dela via


SecurityPackageContextConnectionInformation Class

Definition

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
Obsolete.

The AlgorithmIdentifier property contains the encryption algorithm used by the connection.

CipherStrength
Obsolete.

The CipherStrength property contains the cipher strength of the encryption algorithm used on this connection.

ExchangeStrength
Obsolete.

The ExchangeStrength property contains the exchange strength for this connection.

Hash
Obsolete.

The Hash property contains the hashing algorithm used by this connection.

HashStrength
Obsolete.

The HashStrength property contains the strength of the hashing algorithm used on this connection.

KeyExchangeAlgorithm
Obsolete.

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)

Applies to