Skip to main content

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.

ParameterTypeDescription
hashAlgorithmHashAlgorithmName

Returns RSAEncryptionPadding

Equals(RSAEncryptionPadding other)

public bool Equals(RSAEncryptionPadding other)

Is the given RoutedEventHandlerInfo equals the current (inherited)

ParameterTypeDescription
otherRSAEncryptionPadding

Returns bool

Equals(object obj)

public override bool Equals(object obj)

Is the given RoutedEventHandlerInfo equals the current (inherited)

ParameterTypeDescription
objobject

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)

ParameterTypeDescription
leftRSAEncryptionPadding
rightRSAEncryptionPadding

Returns bool operator

!=(RSAEncryptionPadding left, RSAEncryptionPadding right)

public static bool operator !=(RSAEncryptionPadding left, RSAEncryptionPadding right)

NotEquals operator overload (inherited)

ParameterTypeDescription
leftRSAEncryptionPadding
rightRSAEncryptionPadding

Returns bool operator