TimestampSettings.BasicAuthCredentials

TimestampSettings.BasicAuthCredentials property

Gets/sets the basic authentication credentials, Username and password are combined into a string “username:password”.

public string BasicAuthCredentials { get; set; }

See Also