Class VerifyPeerContext
Verification context for VerifyPeerCallback. Note: experimental API that can change or be removed without any prior notice.
Inheritance
System.Object
VerifyPeerContext
Namespace: Grpc.Core
Assembly: Grpc.Core.Api.dll
Syntax
public class VerifyPeerContext : object
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 |