RSAEncryptionPadding Class
Namespace: System.Security.Cryptography · Assembly: GHIElectronics.TinyCLR.System.Security.Cryptography
No description available.
public sealed class RSAEncryptionPadding
Properties
Pkcs1
public static RSAEncryptionPadding Pkcs1 { get; }
No description available.
OaepSHA1
public static RSAEncryptionPadding OaepSHA1 { get; }
No description available.
OaepSHA256
public static RSAEncryptionPadding OaepSHA256 { get; }
No description available.
Mode
public RSAEncryptionPaddingMode Mode { get; }
SPI mode (clock polarity + phase). See SpiMode. (inherited)
OaepHashAlgorithm
public HashAlgorithmName OaepHashAlgorithm { get; }
No description available.
Methods
CreateOaep(HashAlgorithmName hashAlgorithm)
public static RSAEncryptionPadding CreateOaep(HashAlgorithmName hashAlgorithm)
No description available.
| Parameter | Type | Description |
|---|---|---|
hashAlgorithm | HashAlgorithmName |
Returns RSAEncryptionPadding
Equals(RSAEncryptionPadding other)
public bool Equals(RSAEncryptionPadding other)
Is the given RoutedEventHandlerInfo equals the current (inherited)
| Parameter | Type | Description |
|---|---|---|
other | RSAEncryptionPadding |
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
==(RSAEncryptionPadding left, RSAEncryptionPadding right)
public static bool operator ==(RSAEncryptionPadding left, RSAEncryptionPadding right)
Equals operator overload (inherited)
| Parameter | Type | Description |
|---|---|---|
left | RSAEncryptionPadding | |
right | RSAEncryptionPadding |
Returns bool operator
!=(RSAEncryptionPadding left, RSAEncryptionPadding right)
public static bool operator !=(RSAEncryptionPadding left, RSAEncryptionPadding right)
NotEquals operator overload (inherited)
| Parameter | Type | Description |
|---|---|---|
left | RSAEncryptionPadding | |
right | RSAEncryptionPadding |
Returns bool operator