Class SSLCertificate.Types.RSA
RSA public key information.
Implements
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 |