TlsCipher Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
Represents a TLS/SSL cipher.
Syntax
public class TlsCipher
Inherited Members
Properties
Name | Description |
---|---|
Block |
Gets the cipher's block size. |
Cbc | Gets the value indicating whether the cipher is a block cipher in CBC mode. |
Cipher |
Gets the active cipher algorithm. |
Cipher |
Gets the active cipher mode. |
Effective |
Gets the effective key size. |
Exportable | Gets the value indicating whether the cipher is exportable. |
Key |
Gets the selected key exchange algorithm. |
Key |
Gets the size of key material. |
Key |
Gets the key size. |
Mac |
Gets the active message authentication code (MAC) algorithm. |
Mac |
Gets the MAC algorithm block size. |
Protocol | Gets the active protocol version. |
Suite | Returns the cipher suite ID. |
Methods
Name | Description |
---|---|
To |
Returns a description of the cipher. |