Show / Hide Table of Contents

Class Crypto

Inheritance
Object
Crypto
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Windows
Assembly: UnityEngine.dll
Syntax
public static class Crypto

Methods

ComputeMD5Hash(Byte[])

Declaration
public static byte[] ComputeMD5Hash(byte[] buffer)
Parameters
Type Name Description
Byte[] buffer
Returns
Type Description
Byte[]

ComputeSHA1Hash(Byte[])

Declaration
public static byte[] ComputeSHA1Hash(byte[] buffer)
Parameters
Type Name Description
Byte[] buffer
Returns
Type Description
Byte[]
  • Improve this Doc
  • View Source
Back to top Generated by DocFX