TlsCipher Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Represents a TLS/SSL cipher.
Syntax
public class TlsCipher
Inherited Members
Properties
Name | Description |
---|---|
BlockSize | Gets the cipher's block size. |
Cbc | Gets the value indicating whether the cipher is a block cipher in CBC mode. |
CipherAlgorithm | Gets the active cipher algorithm. |
CipherMode | Gets the active cipher mode. |
EffectiveKeySize | Gets the effective key size. |
Exportable | Gets the value indicating whether the cipher is exportable. |
KeyExchangeAlgorithm | Gets the selected key exchange algorithm. |
KeyMaterialSize | Gets the size of key material. |
KeySize | Gets the key size. |
MacAlgorithm | Gets the active message authentication code (MAC) algorithm. |
MacSize | Gets the MAC algorithm block size. |
Protocol | Gets the active protocol version. |
Suite | Returns the cipher suite ID. |
Methods
Name | Description |
---|---|
ToString() | Returns a description of the cipher. |