AuthContextIsPeerAuthenticated Property |
Returns true if the peer is authenticated.
Namespace:
Grpc.Core
Assembly:
Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntaxpublic bool IsPeerAuthenticated { get; }Public ReadOnly Property IsPeerAuthenticated As Boolean
Get
public:
property bool IsPeerAuthenticated {
bool get ();
}member IsPeerAuthenticated : bool with get
Property Value
Type:
Boolean
See Also