Carbon


Authentication Type Constant

Header: URLAccess.h

Represents the default value of the property value identified by the property name constant kURLAuthType.

enum {
    kUserNameAndPasswordFlag = 1
};

Constant descriptions

kUserNameAndPasswordFlag

Represents the default value of the property value identified by the property name constant kURLAuthType, described in “Universal URL Property Name Constants”. This value indicates that both the user name and password are used for authentication.

This constant represents the default value of the authentication type property value. The authentication type property value is identified by the property name constant kURLAuthType, described in “Universal URL Property Name Constants”. If you do not set the kURLAuthType property, the default value will be used for the authentication type. In this case, both the user name and password are used for authentication purposes.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)