Xceed .NET Libraries Documentation
NoEncryptionAlgorithm Class Members
Fields  Properties  Methods 


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace : NoEncryptionAlgorithm Class

The following tables list the members exposed by NoEncryptionAlgorithm.

Public Constructors
 NameDescription
Public Constructor  
Top
Protected Fields
 NameDescription
Protected FieldRepresents the block size, in bits, of the cryptographic operation. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Protected FieldRepresents the feedback size, in bits, of the cryptographic operation. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Protected FieldRepresents the initialization vector (System.Security.Cryptography.SymmetricAlgorithm.IV) for the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Protected FieldRepresents the size, in bits, of the secret key used by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Protected FieldRepresents the secret key for the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Protected FieldSpecifies the block sizes, in bits, that are supported by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Protected FieldSpecifies the key sizes, in bits, that are supported by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Protected FieldRepresents the cipher mode used in the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Protected FieldRepresents the padding mode used in the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Top
Public Properties
 NameDescription
Public PropertyGets or sets the block size, in bits, of the cryptographic operation. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public PropertyGets or sets the feedback size, in bits, of the cryptographic operation. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Public Property  
Public PropertyGets or sets the initialization vector (System.Security.Cryptography.SymmetricAlgorithm.IV) for the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Public Property  
Public PropertyGets or sets the secret key for the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Public PropertyGets or sets the size, in bits, of the secret key used by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Public PropertyGets the block sizes, in bits, that are supported by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Public PropertyGets the key sizes, in bits, that are supported by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Public PropertyGets or sets the mode for operation of the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Public Property  
Public PropertyGets or sets the padding mode used in the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Top
Public Methods
 NameDescription
Public MethodReleases all resources used by the System.Security.Cryptography.SymmetricAlgorithm class. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Public MethodOverloaded. Overridden. Creates a symmetric decryptor object with the current System.Security.Cryptography.SymmetricAlgorithm.Key property and initialization vector (System.Security.Cryptography.SymmetricAlgorithm.IV).  
Public MethodOverloaded. Overridden. Creates a symmetric encryptor object with the current System.Security.Cryptography.SymmetricAlgorithm.Key property and initialization vector (System.Security.Cryptography.SymmetricAlgorithm.IV).  
Public MethodOverloaded. Releases all resources used by the current instance of the System.Security.Cryptography.SymmetricAlgorithm class. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Public MethodOverridden.   
Public MethodOverridden.   
Public Method  
Public Method  
Public MethodDetermines whether the specified key size is valid for the current algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm)
Top
See Also

Reference

NoEncryptionAlgorithm Class
Xceed.SSH.Protocols Namespace