AuthenticationResultCode Enumeration

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains values that indicate if service request was authenticated.

Syntax

public enum AuthenticationResultCode
Public Enum AuthenticationResultCode

Members

Member

Description

CredentialsExpired

The credentials in the service request are expired.

InvalidCredentials

The credentials in the service request are not valid.

NoCredentials

No credentials were included in the service request.

None

No authentication information is available.

NotAuthorized

The user identified by the credentials is not authorized to use the requested feature.

ValidCredentials

The credentials in the service request are valid.

See Also

ResponseSummary.AuthenticationResultCode Property