Renci.SshNet.Security.Cryptography
Namespace with 14 public types
Classes
                                     DsaDigitalSignature
                                    Implements DSA digital signature algorithm.
                                
                            
                            
                                
                                     EcdsaDigitalSignature
                                    Implements ECDSA digital signature algorithm.
                                
                            
                            
                                
                                     ED25519DigitalSignature
                                    Implements ECDSA digital signature algorithm.
                                
                            
                            
                                
                                     HMACMD5
                                    Computes a Hash-based Message Authentication Code (HMAC) by using the  hash function.
                                
                            
                            
                                
                                     HMACSHA1
                                    Computes a Hash-based Message Authentication Code (HMAC) by using the  hash function.
                                
                            
                            
                                
                                     HMACSHA256
                                    Computes a Hash-based Message Authentication Code (HMAC) by using the  hash function.
                                
                            
                            
                                
                                     HMACSHA384
                                    Computes a Hash-based Message Authentication Code (HMAC) by using the  hash function.
                                
                            
                            
                                
                                     HMACSHA512
                                    Computes a Hash-based Message Authentication Code (HMAC) by using the  hash function.
                                
                            
                            
                                
                                     RsaDigitalSignature
                                    Implements RSA digital signature algorithm.
                                
                            
                        
                        Abstract Classes
                                     BlockCipher
                                    Base class for block cipher implementations.
                                
                            
                            
                                
                                     Cipher
                                    Base class for cipher implementation.
                                
                            
                            
                                
                                     DigitalSignature
                                    Base class for signature implementations.
                                
                            
                            
                                
                                     StreamCipher
                                    Base class of stream cipher algorithms.
                                
                            
                            
                                
                                     SymmetricCipher
                                    Base class for symmetric cipher implementations.