TimestampOptions.BasicAuthCredentials

TimestampOptions.BasicAuthCredentials property

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

public string BasicAuthCredentials { get; set; }

See Also