Show / Hide Table of Contents

Class SSLCertificate.Types.RSA

RSA public key information.

Inheritance
object
SSLCertificate.Types.RSA
Implements
IMessage<SSLCertificate.Types.RSA>
IEquatable<SSLCertificate.Types.RSA>
IDeepCloneable<SSLCertificate.Types.RSA>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class SSLCertificate.Types.RSA : IMessage<SSLCertificate.Types.RSA>, IEquatable<SSLCertificate.Types.RSA>, IDeepCloneable<SSLCertificate.Types.RSA>, IBufferMessage, IMessage

Constructors

RSA()

Declaration
public RSA()

RSA(RSA)

Declaration
public RSA(SSLCertificate.Types.RSA other)
Parameters
Type Name Description
SSLCertificate.Types.RSA other

Properties

Exponent

Key exponent hexdump.

Declaration
public string Exponent { get; set; }
Property Value
Type Description
string

KeySize

Key size.

Declaration
public long KeySize { get; set; }
Property Value
Type Description
long

Modulus

Key modulus hexdump.

Declaration
public string Modulus { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX