Show / Hide Table of Contents

Class VerifyPeerContext

Verification context for VerifyPeerCallback. Note: experimental API that can change or be removed without any prior notice.

Inheritance
System.Object
VerifyPeerContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Grpc.Core
Assembly: Grpc.Core.dll
Syntax
public class VerifyPeerContext

Properties

PeerPem

The PEM encoded certificate of the peer.

Declaration
public string PeerPem { get; }
Property Value
Type Description
System.String

TargetName

The target name of the peer.

Declaration
public string TargetName { get; }
Property Value
Type Description
System.String
Back to top