AuthenticationInfo Struct

Definition

Microsoft-specific message authentication and authorization information.

public value class AuthenticationInfo
public struct AuthenticationInfo
Public Structure AuthenticationInfo
Inheritance
AuthenticationInfo

Properties

Authenticated

Indicates whether the message is authenticated.

CertificateAuthorized

Indicates whether the certificate is authorized.

ConnectionAuthorizationEnabled

Indicates whether connection authorization is enabled.

ExternalSourceNetwork

If message came from external edge of an enterprise Edge Proxy, this identifies the source network.

ExternalSourceType

If message came from external edge of an enterprise Edge Proxy, this identifies the source type.

MtlsConnection

Indicates whether the message is received over a Mutual Transport Layer Security (MTLS) connection.

Origin

Describes how the message is created.

ReceivedFromInternalServer

Indicates whether the message is received from an internal server.

SecurityToken

This API is deprecated and will always return IntPtr.Zero.

ServerSource

Indicates whether the sender is a server source.

TlsPeer

The previous hop sender'sTransport Layer Security (TLS) peer name if it is available.

TrustedConnection

Indicates whether the message is received over a trusted connection.

Applies to