Click or drag to resize
KeyCertificatePair Class
Key certificate pair (in PEM encoding).
Inheritance Hierarchy
SystemObject
  Grpc.CoreKeyCertificatePair

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public sealed class KeyCertificatePair

The KeyCertificatePair type exposes the following members.

Constructors
  NameDescription
Public methodKeyCertificatePair
Creates a new certificate chain - private key pair.
Top
Properties
  NameDescription
Public propertyCertificateChain
PEM encoded certificate chain.
Public propertyPrivateKey
PEM encoded private key.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also