Show / Hide Table of Contents

Class SSLCertificate.Types.EC

EC public key information.

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

Constructors

EC()

Declaration
public EC()

EC(EC)

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

Properties

Oid

Curve name.

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

Pub

Public key hexdump.

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