Class VerifyPeerContext (2.63.0)

public class VerifyPeerContext

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

Inheritance

object > VerifyPeerContext

Namespace

Grpc.Core

Assembly

Grpc.Core.Api.dll

Properties

PeerPem

public string PeerPem { get; }

The PEM encoded certificate of the peer.

Property Value
Type Description
string

TargetName

public string TargetName { get; }

The target name of the peer.

Property Value
Type Description
string