SecurityUtils Class
| Namespace | Skybrud.Essentials.Security | 
|---|---|
| Assembly | Skybrud.Essentials.dll | 
| Visibility | Public | 
| Keywords | Static | 
| Inheritance | Object | 
Static class with miscellaneous helper methods.
public static class SecurityUtils { }
Methods
| 
                Base64Decode(string)
                    (static)
             Base64 decodes the specified  | 
| 
                Base64Encode(string)
                    (static)
             Base64 encodes the specified  | 
| 
                GetHash(HashAlgorithm, string)
                    (static)
             Gets the hash of  | 
| Gets the hash of  | 
| Gets the hash of the file specified by the  | 
| 
                GetMd5Hash(string)
                    (static)
             Gets the MD5 hash of  | 
| 
                GetMd5Hash(string, Encoding)
                    (static)
             Gets the MD5 hash of  | 
| 
                GetMd5HashFromFile(string)
                    (static)
             Gets the MD5 hash of the file specified by the  | 
| 
                GetSha1FromFile(string)
                    (static)
             Gets the SHA1 hash of the file specified by the  | 
| 
                GetSha1Hash(string)
                    (static)
             Gets the SHA1 hash of  | 
| 
                GetSha1Hash(string, Encoding)
                    (static)
             Gets the SHA1 hash of  | 
| 
                GetSha256Hash(string)
                    (static)
             Gets the SHA256 hash of  | 
| 
                GetSha256Hash(string, Encoding)
                    (static)
             Gets the SHA256 hash of  | 
| 
                GetSha256HashFromFile(string)
                    (static)
             Gets the SHA256 hash of the file specified by the  | 
| 
                GetSha512Hash(string)
                    (static)
             Gets the SHA512 hash of  | 
| 
                GetSha512Hash(string, Encoding)
                    (static)
             Gets the SHA512 hash of  | 
| 
                GetSha512HashFromFile(string)
                    (static)
             Gets the SHA512 hash of the file specified by the  | 
