credentials property

credentials property

Specifies the authentication method to be used when establishing (or re-establishing) the connection.

Remarks

NOTE: This property is now obsolete. Instead, please use ExternalConnection.CredentialsMethodType property. This property will be removed 12 months later since October 2017. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def credentials(self):
    ...
@credentials.setter
def credentials(self, value):
    ...

See Also