Utility Class

Definition

Contains some utility methods.

public static class Utility
type Utility = class
Public Module Utility
Inheritance
Utility

Fields

Empty

A string with "empty" value.

Null

A string with "null" value.

Methods

AreEqual(Byte[], Byte[])

Compares two byte arrays for equality. Hash size is fixed normally it is 32 bytes. The attempt here is to take the same time if an attacker shortens the signature OR changes some of the signed contents.

CloneByteArray(Byte[])

Creates a copy of the byte array.

IsHttps(String)

Returns whether the input string is https.

IsHttps(Uri)

Returns whether the input uri is https.

Applies to