Show / Hide Table of Contents
Editar no GitHub

Class RSAEncryption

RSA encryption padding parameters

Inheritance
Object
EncryptionParameters
RSAEncryption
Inherited Members
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class RSAEncryption : EncryptionParameters

Properties

| Improve this Doc View Source

OaepSHA1

Declaration
public static RSAEncryption OaepSHA1 { get; }
Property Value
Type Description
RSAEncryption
| Improve this Doc View Source

OaepSHA256

Declaration
public static RSAEncryption OaepSHA256 { get; }
Property Value
Type Description
RSAEncryption
| Improve this Doc View Source

OaepSHA384

Declaration
public static RSAEncryption OaepSHA384 { get; }
Property Value
Type Description
RSAEncryption
| Improve this Doc View Source

OaepSHA512

Declaration
public static RSAEncryption OaepSHA512 { get; }
Property Value
Type Description
RSAEncryption
| Improve this Doc View Source

Pkcs1

Declaration
public static RSAEncryption Pkcs1 { get; }
Property Value
Type Description
RSAEncryption

Methods

| Improve this Doc View Source

Equals(RSAEncryption)

Declaration
public bool Equals(RSAEncryption other)
Parameters
Type Name Description
RSAEncryption other
Returns
Type Description
Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

Operators

| Improve this Doc View Source

Equality(RSAEncryption, RSAEncryption)

Declaration
public static bool operator ==(RSAEncryption a, RSAEncryption b)
Parameters
Type Name Description
RSAEncryption a
RSAEncryption b
Returns
Type Description
Boolean
| Improve this Doc View Source

Inequality(RSAEncryption, RSAEncryption)

Declaration
public static bool operator !=(RSAEncryption a, RSAEncryption b)
Parameters
Type Name Description
RSAEncryption a
RSAEncryption b
Returns
Type Description
Boolean
Back to top Copyright © 2015-2020 Lacuna Software