Class VerifyPeerContext (2.48.0)

public class VerifyPeerContext : object

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