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