Generated by DocFX

Class SecurityUtils

Helper class for security

Inheritance
System.Object
SecurityUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Security
Assembly: VEDriversLite.dll
Syntax
public static class SecurityUtils

Methods

| Improve this Doc View Source

ComputeSha256Hash(String)

Compute SHA256 Hash

Declaration
public static string ComputeSha256Hash(string rawData)
Parameters
Type Name Description
System.String rawData
Returns
Type Description
System.String
| Improve this Doc View Source

IsBase64String(String)

Returns true if the string is the base64 string

Declaration
public static bool IsBase64String(string base64)
Parameters
Type Name Description
System.String base64
Returns
Type Description
System.Boolean