The AuthenticationInfotype exposes the following members.

Properties

  Name Description
Public property Authenticated Indicates whether the message is authenticated.
Public property CertificateAuthorized Indicates whether the certificate is authorized.
Public property ConnectionAuthorizationEnabled Indicates whether connection authorization is enabled.
Public property ExternalSourceNetwork If message came from external edge of an enterprise Edge Proxy, this identifies the source network.
Public property ExternalSourceType If message came from external edge of an enterprise Edge Proxy, this identifies the source type.
Public property MtlsConnection Indicates whether the message is received over a Mutual Transport Layer Security (MTLS) connection.
Public property Origin Describes how the message is created.
Public property ReceivedFromInternalServer Indicates whether the message is received from an internal server.
Public property SecurityToken This API is deprecated and will always return IntPtr.Zero.
Public property ServerSource Indicates whether the sender is a server source.
Public property TlsPeer The previous hop sender's Transport Layer Security (TLS) peer name if it is available.
Public property TrustedConnection Indicates whether the message is received over a trusted connection.
Top

See also