HashAlgorithmName Struct
Namespace: System.Security.Cryptography · Assembly: GHIElectronics.TinyCLR.System.Security.Cryptography
No description available.
public struct HashAlgorithmName
Constructors
HashAlgorithmName(string name)
public HashAlgorithmName(string name)
No description available.
| Parameter | Type | Description |
|---|---|---|
name | string |
Properties
Name
public string Name { get; }
The native API name. (inherited)
MD5
public static HashAlgorithmName MD5 { get; }
No description available.
SHA1
public static HashAlgorithmName SHA1 { get; }
No description available.
SHA256
public static HashAlgorithmName SHA256 { get; }
No description available.
SHA384
public static HashAlgorithmName SHA384 { get; }
No description available.
SHA512
public static HashAlgorithmName SHA512 { get; }
No description available.
Methods
Equals(HashAlgorithmName other)
public bool Equals(HashAlgorithmName other)
Is the given RoutedEventHandlerInfo equals the current (inherited)
| Parameter | Type | Description |
|---|---|---|
other | HashAlgorithmName |
Returns bool
Equals(object obj)
public override bool Equals(object obj)
Is the given RoutedEventHandlerInfo equals the current (inherited)
| Parameter | Type | Description |
|---|---|---|
obj | object |
Returns bool
GetHashCode()
public override int GetHashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table (inherited)
Returns int
ToString()
public override string ToString()
String representation (inherited)
Returns string
==(HashAlgorithmName left, HashAlgorithmName right)
public static bool operator ==(HashAlgorithmName left, HashAlgorithmName right)
Equals operator overload (inherited)
| Parameter | Type | Description |
|---|---|---|
left | HashAlgorithmName | |
right | HashAlgorithmName |
Returns bool operator
!=(HashAlgorithmName left, HashAlgorithmName right)
public static bool operator !=(HashAlgorithmName left, HashAlgorithmName right)
NotEquals operator overload (inherited)
| Parameter | Type | Description |
|---|---|---|
left | HashAlgorithmName | |
right | HashAlgorithmName |
Returns bool operator